@@ -1176,7 +1176,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1176
1176
LintId :: of( & eta_reduction:: REDUNDANT_CLOSURE_FOR_METHOD_CALLS ) ,
1177
1177
LintId :: of( & excessive_bools:: FN_PARAMS_EXCESSIVE_BOOLS ) ,
1178
1178
LintId :: of( & excessive_bools:: STRUCT_EXCESSIVE_BOOLS ) ,
1179
- LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1180
1179
LintId :: of( & functions:: MUST_USE_CANDIDATE ) ,
1181
1180
LintId :: of( & functions:: TOO_MANY_LINES ) ,
1182
1181
LintId :: of( & if_not_else:: IF_NOT_ELSE ) ,
@@ -1292,6 +1291,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1292
1291
LintId :: of( & eval_order_dependence:: DIVERGING_SUB_EXPRESSION ) ,
1293
1292
LintId :: of( & eval_order_dependence:: EVAL_ORDER_DEPENDENCE ) ,
1294
1293
LintId :: of( & explicit_write:: EXPLICIT_WRITE ) ,
1294
+ LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1295
1295
LintId :: of( & float_equality_without_abs:: FLOAT_EQUALITY_WITHOUT_ABS ) ,
1296
1296
LintId :: of( & float_literal:: EXCESSIVE_PRECISION ) ,
1297
1297
LintId :: of( & format:: USELESS_FORMAT ) ,
@@ -1527,6 +1527,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1527
1527
LintId :: of( & enum_variants:: MODULE_INCEPTION ) ,
1528
1528
LintId :: of( & eq_op:: OP_REF ) ,
1529
1529
LintId :: of( & eta_reduction:: REDUNDANT_CLOSURE ) ,
1530
+ LintId :: of( & field_reassign_with_default:: FIELD_REASSIGN_WITH_DEFAULT ) ,
1530
1531
LintId :: of( & float_literal:: EXCESSIVE_PRECISION ) ,
1531
1532
LintId :: of( & formatting:: SUSPICIOUS_ASSIGNMENT_FORMATTING ) ,
1532
1533
LintId :: of( & formatting:: SUSPICIOUS_ELSE_FORMATTING ) ,
0 commit comments