@@ -17,7 +17,7 @@ use rustc_hir::{
1717use rustc_lint:: { LateContext , LateLintPass , LintContext } ;
1818use rustc_middle:: hir:: map:: Map ;
1919use 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 } ;
2121use rustc_session:: { declare_lint_pass, declare_tool_lint, impl_lint_pass} ;
2222use rustc_span:: hygiene:: { ExpnKind , MacroKind } ;
2323use rustc_span:: source_map:: Span ;
@@ -31,8 +31,8 @@ use crate::utils::paths;
3131use crate :: utils:: {
3232 clip, comparisons, differing_macro_contexts, higher, in_constant, int_bits, is_type_diagnostic_item,
3333 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,
3636} ;
3737
3838declare_clippy_lint ! {
0 commit comments