@@ -1092,6 +1092,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1092
1092
LintId :: of( methods:: CLONED_INSTEAD_OF_COPIED ) ,
1093
1093
LintId :: of( methods:: FILTER_MAP_NEXT ) ,
1094
1094
LintId :: of( methods:: FLAT_MAP_OPTION ) ,
1095
+ LintId :: of( methods:: FROM_ITER_INSTEAD_OF_COLLECT ) ,
1095
1096
LintId :: of( methods:: IMPLICIT_CLONE ) ,
1096
1097
LintId :: of( methods:: INEFFICIENT_TO_STRING ) ,
1097
1098
LintId :: of( methods:: MAP_FLATTEN ) ,
@@ -1288,7 +1289,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1288
1289
LintId :: of( methods:: FILTER_MAP_IDENTITY ) ,
1289
1290
LintId :: of( methods:: FILTER_NEXT ) ,
1290
1291
LintId :: of( methods:: FLAT_MAP_IDENTITY ) ,
1291
- LintId :: of( methods:: FROM_ITER_INSTEAD_OF_COLLECT ) ,
1292
1292
LintId :: of( methods:: INSPECT_FOR_EACH ) ,
1293
1293
LintId :: of( methods:: INTO_ITER_ON_REF ) ,
1294
1294
LintId :: of( methods:: ITERATOR_STEP_BY_ZERO ) ,
@@ -1504,7 +1504,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1504
1504
LintId :: of( methods:: BYTES_NTH ) ,
1505
1505
LintId :: of( methods:: CHARS_LAST_CMP ) ,
1506
1506
LintId :: of( methods:: CHARS_NEXT_CMP ) ,
1507
- LintId :: of( methods:: FROM_ITER_INSTEAD_OF_COLLECT ) ,
1508
1507
LintId :: of( methods:: INTO_ITER_ON_REF ) ,
1509
1508
LintId :: of( methods:: ITER_CLONED_COLLECT ) ,
1510
1509
LintId :: of( methods:: ITER_NEXT_SLICE ) ,
0 commit comments