Skip to content

Commit 7bc4096

Browse files
committed
Run cargo dev fmt
1 parent 3cfd1e5 commit 7bc4096

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::FxHashSet;
22
use clippy_utils::diagnostics::span_lint_and_then;
3-
use clippy_utils::{get_attr, is_lint_allowed};
43
use clippy_utils::source::{indent_of, snippet};
4+
use clippy_utils::{get_attr, is_lint_allowed};
55
use rustc_errors::{Applicability, Diagnostic};
66
use rustc_hir::intravisit::{walk_expr, Visitor};
77
use rustc_hir::{Arm, Expr, ExprKind, MatchSource};

0 commit comments

Comments
 (0)