@@ -815,7 +815,6 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
815815 misc:: CMP_OWNED ,
816816 misc:: FLOAT_CMP ,
817817 misc:: MODULO_ONE ,
818- misc:: REDUNDANT_PATTERN ,
819818 misc:: SHORT_CIRCUIT_STATEMENT ,
820819 misc:: TOPLEVEL_REF_ARG ,
821820 misc:: ZERO_PTR ,
@@ -824,6 +823,7 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
824823 misc_early:: DUPLICATE_UNDERSCORE_ARGUMENT ,
825824 misc_early:: MIXED_CASE_HEX_LITERALS ,
826825 misc_early:: REDUNDANT_CLOSURE_CALL ,
826+ misc_early:: REDUNDANT_PATTERN ,
827827 misc_early:: UNNEEDED_FIELD_PATTERN ,
828828 misc_early:: ZERO_PREFIXED_LITERAL ,
829829 mut_reference:: UNNECESSARY_MUT_PASSED ,
@@ -967,13 +967,13 @@ pub fn register_plugins(reg: &mut rustc_driver::plugin::Registry<'_>, conf: &Con
967967 methods:: STRING_EXTEND_CHARS ,
968968 methods:: UNNECESSARY_FOLD ,
969969 methods:: WRONG_SELF_CONVENTION ,
970- misc:: REDUNDANT_PATTERN ,
971970 misc:: TOPLEVEL_REF_ARG ,
972971 misc:: ZERO_PTR ,
973972 misc_early:: BUILTIN_TYPE_SHADOW ,
974973 misc_early:: DOUBLE_NEG ,
975974 misc_early:: DUPLICATE_UNDERSCORE_ARGUMENT ,
976975 misc_early:: MIXED_CASE_HEX_LITERALS ,
976+ misc_early:: REDUNDANT_PATTERN ,
977977 misc_early:: UNNEEDED_FIELD_PATTERN ,
978978 mut_reference:: UNNECESSARY_MUT_PASSED ,
979979 neg_multiply:: NEG_MULTIPLY ,
0 commit comments