mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 11:13:43 +00:00
Remove redundant emit()
This commit is contained in:
parent
a064534b9e
commit
4356a8f8f7
@ -102,7 +102,7 @@ fn check_needless_collect_indirect_usage<'tcx>(expr: &'tcx Expr<'_>, cx: &LateCo
|
|||||||
(iter_call.span, iter_replacement)
|
(iter_call.span, iter_replacement)
|
||||||
],
|
],
|
||||||
Applicability::MachineApplicable,// MaybeIncorrect,
|
Applicability::MachineApplicable,// MaybeIncorrect,
|
||||||
).emit();
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user