Skip to content

Commit df200aa

Browse files
committed
fixing fmt
1 parent e234dfa commit df200aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/let_underscore.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ impl<'tcx> LateLintPass<'tcx> for LetUnderscore {
200200
return;
201201
}
202202
}
203-
204203
// Ignore if it is from a procedural macro...
205204
if is_from_proc_macro(cx, init) {
206205
return;

0 commit comments

Comments
 (0)