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
..
2019-05-16 08:25:39 +02:00

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