rust/clippy_lints
Grzegorz d4ad23bb3f redundant_closure_for_method_calls fixes:
lint does not trigger when there is a difference in mutability
lint does not trigger when the method belongs to a trait which is not implemebted directly (Deref)
2019-06-12 13:43:36 +02:00
..
src redundant_closure_for_method_calls fixes: 2019-06-12 13:43:36 +02:00
Cargo.toml Bump cargo_metadata of clippy_lints 2019-06-03 09:13:33 +07:00
README.md

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