@@ -1033,6 +1033,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1033
1033
LintId :: of( & methods:: RESULT_UNWRAP_USED ) ,
1034
1034
LintId :: of( & methods:: WRONG_PUB_SELF_CONVENTION ) ,
1035
1035
LintId :: of( & misc:: FLOAT_CMP_CONST ) ,
1036
+ LintId :: of( & misc_early:: UNNEEDED_FIELD_PATTERN ) ,
1036
1037
LintId :: of( & missing_doc:: MISSING_DOCS_IN_PRIVATE_ITEMS ) ,
1037
1038
LintId :: of( & missing_inline:: MISSING_INLINE_IN_PUBLIC_ITEMS ) ,
1038
1039
LintId :: of( & modulo_arithmetic:: MODULO_ARITHMETIC ) ,
@@ -1270,7 +1271,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1270
1271
LintId :: of( & misc_early:: MIXED_CASE_HEX_LITERALS ) ,
1271
1272
LintId :: of( & misc_early:: REDUNDANT_CLOSURE_CALL ) ,
1272
1273
LintId :: of( & misc_early:: REDUNDANT_PATTERN ) ,
1273
- LintId :: of( & misc_early:: UNNEEDED_FIELD_PATTERN ) ,
1274
1274
LintId :: of( & misc_early:: UNNEEDED_WILDCARD_PATTERN ) ,
1275
1275
LintId :: of( & misc_early:: ZERO_PREFIXED_LITERAL ) ,
1276
1276
LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
@@ -1433,7 +1433,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1433
1433
LintId :: of( & misc_early:: DUPLICATE_UNDERSCORE_ARGUMENT ) ,
1434
1434
LintId :: of( & misc_early:: MIXED_CASE_HEX_LITERALS ) ,
1435
1435
LintId :: of( & misc_early:: REDUNDANT_PATTERN ) ,
1436
- LintId :: of( & misc_early:: UNNEEDED_FIELD_PATTERN ) ,
1437
1436
LintId :: of( & mut_reference:: UNNECESSARY_MUT_PASSED ) ,
1438
1437
LintId :: of( & neg_multiply:: NEG_MULTIPLY ) ,
1439
1438
LintId :: of( & new_without_default:: NEW_WITHOUT_DEFAULT ) ,
0 commit comments