rust-clippy/clippy_lints
bors a64b7698a4 Auto merge of #7661 - camsteffen:eta, r=giraffate
Fix various redundant_closure bugs

changelog: Fix various false negatives and false positives for [`redundant_closure`]

Closes #3071
Closes #4002

This lint is full of weird nuances and this is basically a re-write to tighten up the logic.
2021-09-13 00:39:34 +00:00
..
src Auto merge of #7661 - camsteffen:eta, r=giraffate 2021-09-13 00:39:34 +00:00
Cargo.toml Bump Clippy Version -> 0.1.57 2021-09-08 10:59:04 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.