rust/clippy_lints
bors 2d1e129851 Auto merge of #6574 - Jarcho:single_match_eq, r=Manishearth
single_match: suggest `if` over `if let` when possible

fixes: #173
changelog: single_match: suggest `if` over `if let` when possible
2021-01-15 16:25:03 +00:00
..
src Auto merge of #6574 - Jarcho:single_match_eq, r=Manishearth 2021-01-15 16:25:03 +00:00
Cargo.toml Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup 2021-01-02 16:29:43 +01:00
README.md

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