@@ -1281,6 +1281,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1281
1281
LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
1282
1282
LintId :: of( & mem_forget:: MEM_FORGET ) ,
1283
1283
LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
1284
+ LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
1284
1285
LintId :: of( & methods:: EXPECT_USED ) ,
1285
1286
LintId :: of( & methods:: FILETYPE_IS_FILE ) ,
1286
1287
LintId :: of( & methods:: GET_UNWRAP ) ,
@@ -1538,7 +1539,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1538
1539
LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
1539
1540
LintId :: of( & methods:: CLONE_DOUBLE_REF ) ,
1540
1541
LintId :: of( & methods:: CLONE_ON_COPY ) ,
1541
- LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
1542
1542
LintId :: of( & methods:: EXPECT_FUN_CALL ) ,
1543
1543
LintId :: of( & methods:: FILTER_MAP_IDENTITY ) ,
1544
1544
LintId :: of( & methods:: FILTER_NEXT ) ,
@@ -1755,7 +1755,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1755
1755
LintId :: of( & methods:: BYTES_NTH ) ,
1756
1756
LintId :: of( & methods:: CHARS_LAST_CMP ) ,
1757
1757
LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
1758
- LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
1759
1758
LintId :: of( & methods:: FROM_ITER_INSTEAD_OF_COLLECT ) ,
1760
1759
LintId :: of( & methods:: INTO_ITER_ON_REF ) ,
1761
1760
LintId :: of( & methods:: ITER_CLONED_COLLECT ) ,
0 commit comments