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
..
2019-06-03 09:13:33 +07:00

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