@@ -29,10 +29,10 @@ use rustc_typeck::hir_ty_to_ty;
2929use crate :: consts:: { constant, Constant } ;
3030use crate :: utils:: paths;
3131use 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,
3636} ;
3737
3838declare_clippy_lint ! {
0 commit comments