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