We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d7fa3 commit a97fe06Copy full SHA for a97fe06
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