Revert "fix-3078: verify test case"

This reverts commit 6256ad05ba.
This commit is contained in:
Michael Wright 2018-08-31 06:10:30 +02:00
parent 6256ad05ba
commit daacac6b97

View file

@ -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]> {