Skip to content

Commit ec4ccab

Browse files
committed
Obey the dictums of rustfmt
1 parent 7838f6b commit ec4ccab

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use crate::rustc::hir::def::Def;
1212
use crate::rustc::lint::{in_external_macro, LateContext, LateLintPass, Lint, LintArray, LintContext, LintPass};
1313
use crate::rustc::ty::{self, Predicate, Ty};
1414
use crate::rustc::{declare_tool_lint, lint_array};
15+
use crate::rustc_data_structures::fx::FxHashMap;
1516
use crate::rustc_errors::Applicability;
1617
use crate::syntax::ast;
1718
use crate::syntax::source_map::{BytePos, Span};
@@ -25,7 +26,6 @@ use crate::utils::{
2526
snippet_with_applicability, snippet_with_macro_callsite, span_lint, span_lint_and_sugg, span_lint_and_then,
2627
span_note_and_lint, walk_ptrs_ty, walk_ptrs_ty_depth, SpanlessEq,
2728
};
28-
use crate::rustc_data_structures::fx::FxHashMap;
2929
use if_chain::if_chain;
3030
use matches::matches;
3131
use std::borrow::Cow;

0 commit comments

Comments
 (0)