@@ -685,7 +685,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
685
685
& methods:: UNINIT_ASSUMED_INIT ,
686
686
& methods:: UNNECESSARY_FILTER_MAP ,
687
687
& methods:: UNNECESSARY_FOLD ,
688
- & methods:: UNNECESSARY_LAZY_EVALUATION ,
688
+ & methods:: UNNECESSARY_LAZY_EVALUATIONS ,
689
689
& methods:: UNWRAP_USED ,
690
690
& methods:: USELESS_ASREF ,
691
691
& methods:: WRONG_PUB_SELF_CONVENTION ,
@@ -1361,7 +1361,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1361
1361
LintId :: of( & methods:: UNINIT_ASSUMED_INIT ) ,
1362
1362
LintId :: of( & methods:: UNNECESSARY_FILTER_MAP ) ,
1363
1363
LintId :: of( & methods:: UNNECESSARY_FOLD ) ,
1364
- LintId :: of( & methods:: UNNECESSARY_LAZY_EVALUATION ) ,
1364
+ LintId :: of( & methods:: UNNECESSARY_LAZY_EVALUATIONS ) ,
1365
1365
LintId :: of( & methods:: USELESS_ASREF ) ,
1366
1366
LintId :: of( & methods:: WRONG_SELF_CONVENTION ) ,
1367
1367
LintId :: of( & methods:: ZST_OFFSET ) ,
@@ -1542,7 +1542,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1542
1542
LintId :: of( & methods:: SINGLE_CHAR_PUSH_STR ) ,
1543
1543
LintId :: of( & methods:: STRING_EXTEND_CHARS ) ,
1544
1544
LintId :: of( & methods:: UNNECESSARY_FOLD ) ,
1545
- LintId :: of( & methods:: UNNECESSARY_LAZY_EVALUATION ) ,
1545
+ LintId :: of( & methods:: UNNECESSARY_LAZY_EVALUATIONS ) ,
1546
1546
LintId :: of( & methods:: WRONG_SELF_CONVENTION ) ,
1547
1547
LintId :: of( & misc:: TOPLEVEL_REF_ARG ) ,
1548
1548
LintId :: of( & misc:: ZERO_PTR ) ,
0 commit comments