Skip to content

Commit daacac6

Browse files
author
Michael Wright
committed
Revert "fix-3078: verify test case"
This reverts commit 6256ad0.
1 parent 6256ad0 commit daacac6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clippy_lints/src/non_expressive_names.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,9 @@ impl<'a, 'tcx: 'a, 'b> Visitor<'tcx> for SimilarNamesNameVisitor<'a, 'tcx, 'b> {
114114
_ => walk_pat(self, pat),
115115
}
116116
}
117-
/*
118117
fn visit_mac(&mut self, _mac: &Mac) {
119118
// do not check macs
120119
}
121-
*/
122120
}
123121

124122
fn get_whitelist(interned_name: &str) -> Option<&'static [&'static str]> {

0 commit comments

Comments
 (0)