mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +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.