mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
parent
6256ad05ba
commit
daacac6b97
1 changed files with 0 additions and 2 deletions
|
@ -114,11 +114,9 @@ impl<'a, 'tcx: 'a, 'b> Visitor<'tcx> for SimilarNamesNameVisitor<'a, 'tcx, 'b> {
|
|||
_ => walk_pat(self, pat),
|
||||
}
|
||||
}
|
||||
/*
|
||||
fn visit_mac(&mut self, _mac: &Mac) {
|
||||
// do not check macs
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
fn get_whitelist(interned_name: &str) -> Option<&'static [&'static str]> {
|
||||
|
|
Loading…
Reference in a new issue