From df200aaf39184258ad2fb5d2d9a4682fb069bbd5 Mon Sep 17 00:00:00 2001 From: Renato Lochetti Date: Sun, 14 May 2023 10:38:32 +0100 Subject: [PATCH] fixing fmt --- clippy_lints/src/let_underscore.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/clippy_lints/src/let_underscore.rs b/clippy_lints/src/let_underscore.rs index 20a675d053e8..0596ea732f33 100644 --- a/clippy_lints/src/let_underscore.rs +++ b/clippy_lints/src/let_underscore.rs @@ -200,7 +200,6 @@ impl<'tcx> LateLintPass<'tcx> for LetUnderscore { return; } } - // Ignore if it is from a procedural macro... if is_from_proc_macro(cx, init) { return;