Skip to content

Commit a97fe06

Browse files
committed
Fix fmt error
1 parent 53d7fa3 commit a97fe06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/matches/significant_drop_in_scrutinee.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use rustc_hir::{Expr, ExprKind, MatchSource};
88
use rustc_lint::{LateContext, LintContext};
99
use rustc_middle::ty::subst::GenericArgKind;
1010
use rustc_middle::ty::{Ty, TypeAndMut};
11-
use rustc_span::{Span};
11+
use rustc_span::Span;
1212

1313
use super::SIGNIFICANT_DROP_IN_SCRUTINEE;
1414

0 commit comments

Comments
 (0)