mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +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.