rust/clippy_lints
bors 70386ff352 Auto merge of #6403 - camsteffen:similar-names-underscore, r=Manishearth
Similar names ignore underscore prefixed names

changelog: Ignore underscore-prefixed names for similar_names

IMO, this lint is not very helpful for underscore-prefixed variables. Usually they are unused or are just there to ignore part of a destructuring.
2021-01-22 23:44:12 +00:00
..
src Auto merge of #6403 - camsteffen:similar-names-underscore, r=Manishearth 2021-01-22 23:44:12 +00:00
Cargo.toml Add case_sensitive_file_extensions lint 2021-01-05 14:22:26 +01:00
README.md

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