@@ -29,10 +29,10 @@ use rustc_typeck::hir_ty_to_ty;
29
29
use crate :: consts:: { constant, Constant } ;
30
30
use crate :: utils:: paths;
31
31
use crate :: utils:: {
32
- clip, comparisons, differing_macro_contexts, higher, in_constant, int_bits, is_type_diagnostic_item, last_path_segment , match_def_path ,
33
- match_path, method_chain_args, multispan_sugg, numeric_literal:: NumericLiteral , qpath_res , same_tys , sext , snippet ,
34
- snippet_opt , snippet_with_applicability , snippet_with_macro_callsite , span_lint , span_lint_and_help ,
35
- span_lint_and_sugg, span_lint_and_then, unsext,
32
+ clip, comparisons, differing_macro_contexts, higher, in_constant, int_bits, is_type_diagnostic_item,
33
+ last_path_segment , match_def_path , match_path, method_chain_args, multispan_sugg, numeric_literal:: NumericLiteral ,
34
+ qpath_res , same_tys , 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,
36
36
} ;
37
37
38
38
declare_clippy_lint ! {
0 commit comments