fixing fmt

This commit is contained in:
Renato Lochetti 2023-05-14 10:38:32 +01:00
parent e234dfa63e
commit df200aaf39
No known key found for this signature in database
GPG key ID: FDE4EF56C479D308

View file

@ -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;