@@ -1307,6 +1307,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1307
1307
LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
1308
1308
LintId :: of( & mem_forget:: MEM_FORGET ) ,
1309
1309
LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
1310
+ LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
1310
1311
LintId :: of( & methods:: EXPECT_USED ) ,
1311
1312
LintId :: of( & methods:: FILETYPE_IS_FILE ) ,
1312
1313
LintId :: of( & methods:: GET_UNWRAP ) ,
@@ -1568,7 +1569,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1568
1569
LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
1569
1570
LintId :: of( & methods:: CLONE_DOUBLE_REF ) ,
1570
1571
LintId :: of( & methods:: CLONE_ON_COPY ) ,
1571
- LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
1572
1572
LintId :: of( & methods:: EXPECT_FUN_CALL ) ,
1573
1573
LintId :: of( & methods:: FILTER_MAP_IDENTITY ) ,
1574
1574
LintId :: of( & methods:: FILTER_NEXT ) ,
@@ -1787,7 +1787,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1787
1787
LintId :: of( & methods:: BYTES_NTH ) ,
1788
1788
LintId :: of( & methods:: CHARS_LAST_CMP ) ,
1789
1789
LintId :: of( & methods:: CHARS_NEXT_CMP ) ,
1790
- LintId :: of( & methods:: EXCESSIVE_FOR_EACH ) ,
1791
1790
LintId :: of( & methods:: FROM_ITER_INSTEAD_OF_COLLECT ) ,
1792
1791
LintId :: of( & methods:: INTO_ITER_ON_REF ) ,
1793
1792
LintId :: of( & methods:: ITER_CLONED_COLLECT ) ,
0 commit comments