mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-27 18:56:24 +00:00
![]() `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 |
||
---|---|---|
.. | ||
test_utils | ||
ui | ||
ui-cargo | ||
ui-internal | ||
ui-toml | ||
workspace_test | ||
check-fmt.rs | ||
clippy.toml | ||
compile-test.rs | ||
dogfood.rs | ||
integration.rs | ||
lint_message_convention.rs | ||
missing-test-files.rs | ||
versioncheck.rs | ||
workspace.rs |