We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37f109 commit 44b8301Copy full SHA for 44b8301
clippy_lints/src/fallible_impl_from.rs
@@ -65,7 +65,7 @@ impl<'tcx> LateLintPass<'tcx> for FallibleImplFrom {
65
}
66
67
68
-fn lint_impl_body<'tcx>(cx: &LateContext<'tcx>, impl_span: Span, impl_items: &[hir::ImplItemRef<'_>]) {
+fn lint_impl_body<'tcx>(cx: &LateContext<'tcx>, impl_span: Span, impl_items: &[hir::ImplItemRef]) {
69
use rustc_hir::intravisit::{self, NestedVisitorMap, Visitor};
70
use rustc_hir::{Expr, ExprKind, ImplItemKind, QPath};
71
0 commit comments