@@ -1226,7 +1226,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1226
1226
LintId :: of( & eta_reduction:: REDUNDANT_CLOSURE_FOR_METHOD_CALLS ) ,
1227
1227
LintId :: of( & excessive_bools:: FN_PARAMS_EXCESSIVE_BOOLS ) ,
1228
1228
LintId :: of( & excessive_bools:: STRUCT_EXCESSIVE_BOOLS ) ,
1229
- LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1230
1229
LintId :: of( & functions:: MUST_USE_CANDIDATE ) ,
1231
1230
LintId :: of( & functions:: TOO_MANY_LINES ) ,
1232
1231
LintId :: of( & if_not_else:: IF_NOT_ELSE ) ,
@@ -1347,6 +1346,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1347
1346
LintId :: of( & eval_order_dependence:: DIVERGING_SUB_EXPRESSION ) ,
1348
1347
LintId :: of( & eval_order_dependence:: EVAL_ORDER_DEPENDENCE ) ,
1349
1348
LintId :: of( & explicit_write:: EXPLICIT_WRITE ) ,
1349
+ LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1350
1350
LintId :: of( & float_equality_without_abs:: FLOAT_EQUALITY_WITHOUT_ABS ) ,
1351
1351
LintId :: of( & float_literal:: EXCESSIVE_PRECISION ) ,
1352
1352
LintId :: of( & format:: USELESS_FORMAT ) ,
@@ -1590,6 +1590,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1590
1590
LintId :: of( & enum_variants:: MODULE_INCEPTION ) ,
1591
1591
LintId :: of( & eq_op:: OP_REF ) ,
1592
1592
LintId :: of( & eta_reduction:: REDUNDANT_CLOSURE ) ,
1593
+ LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1593
1594
LintId :: of( & float_literal:: EXCESSIVE_PRECISION ) ,
1594
1595
LintId :: of( & formatting:: SUSPICIOUS_ASSIGNMENT_FORMATTING ) ,
1595
1596
LintId :: of( & formatting:: SUSPICIOUS_ELSE_FORMATTING ) ,
0 commit comments