mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
70386ff352
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.