d5c62fd399
`redundant_closure` fix FP on coerced closure Closes https://github.com/rust-lang/rust-clippy/issues/8416, Closes https://github.com/rust-lang/rust-clippy/issues/7812 Closes https://github.com/rust-lang/rust-clippy/issues/8091 ~~Seems like this is fixed in #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