rust-clippy/clippy_lints
bors 75b616e92f Auto merge of #8471 - J-ZhengLi:master-issue7040, r=llogiq
new lint that detects useless match expression

fixes #7040

changelog: Add new  lint [`needless_match`] under complexity lint group
2022-03-13 14:49:56 +00:00
..
src Auto merge of #8471 - J-ZhengLi:master-issue7040, r=llogiq 2022-03-13 14:49:56 +00:00
Cargo.toml Bump Clippy Version -> 0.1.61 2022-02-24 19:32:47 +01: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.