rust/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
..
2019-05-16 11:27:45 +02:00

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