mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 09:27:25 +00:00
fixing fmt
This commit is contained in:
parent
e234dfa63e
commit
df200aaf39
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue