We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf47a0 commit 74f42aeCopy full SHA for 74f42ae
clippy_lints/src/matches/significant_drop_in_scrutinee.rs
@@ -8,7 +8,7 @@ use rustc_hir::{Expr, ExprKind, MatchSource};
8
use rustc_lint::{LateContext, LintContext};
9
use rustc_middle::ty::subst::GenericArgKind;
10
use rustc_middle::ty::{Ty, TypeAndMut};
11
-use rustc_span::{Span};
+use rustc_span::Span;
12
13
use super::SIGNIFICANT_DROP_IN_SCRUTINEE;
14
0 commit comments