]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #6403 - camsteffen:similar-names-underscore, r=Manishearth
authorbors <bors@rust-lang.org>
Fri, 22 Jan 2021 23:44:12 +0000 (23:44 +0000)
committerbors <bors@rust-lang.org>
Fri, 22 Jan 2021 23:44:12 +0000 (23:44 +0000)
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.


Trivial merge