@@ -685,7 +685,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
685685 & methods:: UNINIT_ASSUMED_INIT ,
686686 & methods:: UNNECESSARY_FILTER_MAP ,
687687 & methods:: UNNECESSARY_FOLD ,
688- & methods:: UNNECESSARY_LAZY_EVALUATION ,
688+ & methods:: UNNECESSARY_LAZY_EVALUATIONS ,
689689 & methods:: UNWRAP_USED ,
690690 & methods:: USELESS_ASREF ,
691691 & methods:: WRONG_PUB_SELF_CONVENTION ,
@@ -1361,7 +1361,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13611361 LintId :: of( & methods:: UNINIT_ASSUMED_INIT ) ,
13621362 LintId :: of( & methods:: UNNECESSARY_FILTER_MAP ) ,
13631363 LintId :: of( & methods:: UNNECESSARY_FOLD ) ,
1364- LintId :: of( & methods:: UNNECESSARY_LAZY_EVALUATION ) ,
1364+ LintId :: of( & methods:: UNNECESSARY_LAZY_EVALUATIONS ) ,
13651365 LintId :: of( & methods:: USELESS_ASREF ) ,
13661366 LintId :: of( & methods:: WRONG_SELF_CONVENTION ) ,
13671367 LintId :: of( & methods:: ZST_OFFSET ) ,
@@ -1542,7 +1542,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
15421542 LintId :: of( & methods:: SINGLE_CHAR_PUSH_STR ) ,
15431543 LintId :: of( & methods:: STRING_EXTEND_CHARS ) ,
15441544 LintId :: of( & methods:: UNNECESSARY_FOLD ) ,
1545- LintId :: of( & methods:: UNNECESSARY_LAZY_EVALUATION ) ,
1545+ LintId :: of( & methods:: UNNECESSARY_LAZY_EVALUATIONS ) ,
15461546 LintId :: of( & methods:: WRONG_SELF_CONVENTION ) ,
15471547 LintId :: of( & misc:: TOPLEVEL_REF_ARG ) ,
15481548 LintId :: of( & misc:: ZERO_PTR ) ,
0 commit comments