rust-clippy/clippy_lints
Aleksei Latyshev 2b7dd31368
improve MATCH_LIKE_MATCHES_MACRO lint
- add tests
- refactor match_same_arms lint
- prioritize match_expr_like_matches_macro over match_same_arms
2020-10-27 23:45:58 +03:00
..
src improve MATCH_LIKE_MATCHES_MACRO lint 2020-10-27 23:45:58 +03:00
Cargo.toml bump cargo_metadata version 2020-10-16 22:11:37 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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