diff options
| author | Preston From <prestonfrom@gmail.com> | 2022-06-27 23:01:47 -0600 |
|---|---|---|
| committer | Preston From <prestonfrom@gmail.com> | 2022-06-27 23:01:47 -0600 |
| commit | 7bc40967a44f08e359c760ca6587b0d7d62e57a7 (patch) | |
| tree | 5f415ffec251a2ae9d98b0e1e8f779eeee17c7cd | |
| parent | 3cfd1e52335517160923ae6ba9adcc14c2e7f9f9 (diff) | |
| download | rust-7bc40967a44f08e359c760ca6587b0d7d62e57a7.tar.gz rust-7bc40967a44f08e359c760ca6587b0d7d62e57a7.zip | |
Run cargo dev fmt
| -rw-r--r-- | clippy_lints/src/matches/significant_drop_in_scrutinee.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/matches/significant_drop_in_scrutinee.rs b/clippy_lints/src/matches/significant_drop_in_scrutinee.rs index 7efa81226e0..0704a5af525 100644 --- a/clippy_lints/src/matches/significant_drop_in_scrutinee.rs +++ b/clippy_lints/src/matches/significant_drop_in_scrutinee.rs @@ -1,7 +1,7 @@ use crate::FxHashSet; use clippy_utils::diagnostics::span_lint_and_then; -use clippy_utils::{get_attr, is_lint_allowed}; use clippy_utils::source::{indent_of, snippet}; +use clippy_utils::{get_attr, is_lint_allowed}; use rustc_errors::{Applicability, Diagnostic}; use rustc_hir::intravisit::{walk_expr, Visitor}; use rustc_hir::{Arm, Expr, ExprKind, MatchSource}; |
