mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-24 06:04:21 -04: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.