rust/clippy_lints
Michael Wright 4fcaab3d62 Split redundant_closure lint
Move the method checking into a new lint called
`redundant_closures_for_method_calls` and put it in the pedantic group.

This aspect of the lint seems more controversial than the rest.

cc #3942
2019-05-16 08:25:39 +02:00
..
src Split redundant_closure lint 2019-05-16 08:25:39 +02:00
Cargo.toml use derive feature over serde_derive crate 2019-05-09 13:05:34 -04:00
README.md

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