@@ -1033,6 +1033,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
10331033 LintId :: of( & methods:: RESULT_UNWRAP_USED ) ,
10341034 LintId :: of( & methods:: WRONG_PUB_SELF_CONVENTION ) ,
10351035 LintId :: of( & misc:: FLOAT_CMP_CONST ) ,
1036+ LintId :: of( & misc_early:: UNNEEDED_FIELD_PATTERN ) ,
10361037 LintId :: of( & missing_doc:: MISSING_DOCS_IN_PRIVATE_ITEMS ) ,
10371038 LintId :: of( & missing_inline:: MISSING_INLINE_IN_PUBLIC_ITEMS ) ,
10381039 LintId :: of( & modulo_arithmetic:: MODULO_ARITHMETIC ) ,
@@ -1270,7 +1271,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
12701271 LintId :: of( & misc_early:: MIXED_CASE_HEX_LITERALS ) ,
12711272 LintId :: of( & misc_early:: REDUNDANT_CLOSURE_CALL ) ,
12721273 LintId :: of( & misc_early:: REDUNDANT_PATTERN ) ,
1273- LintId :: of( & misc_early:: UNNEEDED_FIELD_PATTERN ) ,
12741274 LintId :: of( & misc_early:: UNNEEDED_WILDCARD_PATTERN ) ,
12751275 LintId :: of( & misc_early:: ZERO_PREFIXED_LITERAL ) ,
12761276 LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
@@ -1433,7 +1433,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
14331433 LintId :: of( & misc_early:: DUPLICATE_UNDERSCORE_ARGUMENT ) ,
14341434 LintId :: of( & misc_early:: MIXED_CASE_HEX_LITERALS ) ,
14351435 LintId :: of( & misc_early:: REDUNDANT_PATTERN ) ,
1436- LintId :: of( & misc_early:: UNNEEDED_FIELD_PATTERN ) ,
14371436 LintId :: of( & mut_reference:: UNNECESSARY_MUT_PASSED ) ,
14381437 LintId :: of( & neg_multiply:: NEG_MULTIPLY ) ,
14391438 LintId :: of( & new_without_default:: NEW_WITHOUT_DEFAULT ) ,
0 commit comments