@@ -815,7 +815,6 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
815
815
misc:: CMP_OWNED ,
816
816
misc:: FLOAT_CMP ,
817
817
misc:: MODULO_ONE ,
818
- misc:: REDUNDANT_PATTERN ,
819
818
misc:: SHORT_CIRCUIT_STATEMENT ,
820
819
misc:: TOPLEVEL_REF_ARG ,
821
820
misc:: ZERO_PTR ,
@@ -824,6 +823,7 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
824
823
misc_early:: DUPLICATE_UNDERSCORE_ARGUMENT ,
825
824
misc_early:: MIXED_CASE_HEX_LITERALS ,
826
825
misc_early:: REDUNDANT_CLOSURE_CALL ,
826
+ misc_early:: REDUNDANT_PATTERN ,
827
827
misc_early:: UNNEEDED_FIELD_PATTERN ,
828
828
misc_early:: ZERO_PREFIXED_LITERAL ,
829
829
mut_reference:: UNNECESSARY_MUT_PASSED ,
@@ -967,13 +967,13 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
967
967
methods:: STRING_EXTEND_CHARS ,
968
968
methods:: UNNECESSARY_FOLD ,
969
969
methods:: WRONG_SELF_CONVENTION ,
970
- misc:: REDUNDANT_PATTERN ,
971
970
misc:: TOPLEVEL_REF_ARG ,
972
971
misc:: ZERO_PTR ,
973
972
misc_early:: BUILTIN_TYPE_SHADOW ,
974
973
misc_early:: DOUBLE_NEG ,
975
974
misc_early:: DUPLICATE_UNDERSCORE_ARGUMENT ,
976
975
misc_early:: MIXED_CASE_HEX_LITERALS ,
976
+ misc_early:: REDUNDANT_PATTERN ,
977
977
misc_early:: UNNEEDED_FIELD_PATTERN ,
978
978
mut_reference:: UNNECESSARY_MUT_PASSED ,
979
979
neg_multiply:: NEG_MULTIPLY ,
0 commit comments