You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`redundant_closure` fix FP on coerced closure
Closesrust-lang/rust-clippy#8416,
Closesrust-lang/rust-clippy#7812Closesrust-lang/rust-clippy#8091
~~Seems like this is fixed in rust-lang#817 and regressed.~~
Ignore coerced closure false positives, but this will lead to some false negatives on resolvable generics. IMO, this is still an overall improvement
changelog: [`redundant_closure`] ignores coerced closure
It's no longer needed.
The text was updated successfully, but these errors were encountered: