We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfd1e5 commit 7bc4096Copy full SHA for 7bc4096
clippy_lints/src/matches/significant_drop_in_scrutinee.rs
@@ -1,7 +1,7 @@
1
use crate::FxHashSet;
2
use clippy_utils::diagnostics::span_lint_and_then;
3
-use clippy_utils::{get_attr, is_lint_allowed};
4
use clippy_utils::source::{indent_of, snippet};
+use clippy_utils::{get_attr, is_lint_allowed};
5
use rustc_errors::{Applicability, Diagnostic};
6
use rustc_hir::intravisit::{walk_expr, Visitor};
7
use rustc_hir::{Arm, Expr, ExprKind, MatchSource};
0 commit comments