Remove redundant emit()

This commit is contained in:
Cameron Steffen 2021-04-02 09:38:13 -05:00
parent a064534b9e
commit 4356a8f8f7

View File

@ -102,7 +102,7 @@ fn check_needless_collect_indirect_usage<'tcx>(expr: &'tcx Expr<'_>, cx: &LateCo
(iter_call.span, iter_replacement)
],
Applicability::MachineApplicable,// MaybeIncorrect,
).emit();
);
},
);
}