@@ -17,7 +17,7 @@ use rustc_hir::{
17
17
use rustc_lint:: { LateContext , LateLintPass , LintContext } ;
18
18
use rustc_middle:: hir:: map:: Map ;
19
19
use rustc_middle:: lint:: in_external_macro;
20
- use rustc_middle:: ty:: { self , InferTy , Ty , TyCtxt , TypeckTables , TyS } ;
20
+ use rustc_middle:: ty:: { self , InferTy , Ty , TyCtxt , TyS , TypeckTables } ;
21
21
use rustc_session:: { declare_lint_pass, declare_tool_lint, impl_lint_pass} ;
22
22
use rustc_span:: hygiene:: { ExpnKind , MacroKind } ;
23
23
use rustc_span:: source_map:: Span ;
@@ -31,8 +31,8 @@ use crate::utils::paths;
31
31
use crate :: utils:: {
32
32
clip, comparisons, differing_macro_contexts, higher, in_constant, int_bits, is_type_diagnostic_item,
33
33
last_path_segment, match_def_path, match_path, method_chain_args, multispan_sugg, numeric_literal:: NumericLiteral ,
34
- qpath_res, sext, snippet, snippet_opt, snippet_with_applicability, snippet_with_macro_callsite,
35
- span_lint , span_lint_and_help, span_lint_and_sugg, span_lint_and_then, unsext,
34
+ qpath_res, sext, snippet, snippet_opt, snippet_with_applicability, snippet_with_macro_callsite, span_lint ,
35
+ span_lint_and_help, span_lint_and_sugg, span_lint_and_then, unsext,
36
36
} ;
37
37
38
38
declare_clippy_lint ! {
0 commit comments