rust-clippy/clippy_lints
Vincent Dal Maso 902726c38d Fix match_same_arms to fail late
Changes:
- Add a function search_same_list which return a list of matched expressions
- Change the match_same_arms implementation behaviour. It will lint each same arms found.
2019-05-16 11:27:45 +02:00
..
src Fix match_same_arms to fail late 2019-05-16 11:27:45 +02:00
Cargo.toml use derive feature over serde_derive crate 2019-05-09 13:05:34 -04:00
README.md rust-lang-nursery/rust-clippy => rust-lang/rust-clippy 2018-11-22 04:40:09 +01:00

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