@@ -623,7 +623,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
623623 & literal_representation:: LARGE_DIGIT_GROUPS ,
624624 & literal_representation:: MISTYPED_LITERAL_SUFFIXES ,
625625 & literal_representation:: UNREADABLE_LITERAL ,
626- & literal_representation:: UNUSUAL_BYTE_GROUPING ,
626+ & literal_representation:: UNUSUAL_BYTE_GROUPINGS ,
627627 & loops:: EMPTY_LOOP ,
628628 & loops:: EXPLICIT_COUNTER_LOOP ,
629629 & loops:: EXPLICIT_INTO_ITER_LOOP ,
@@ -1366,7 +1366,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13661366 LintId :: of( & lifetimes:: NEEDLESS_LIFETIMES ) ,
13671367 LintId :: of( & literal_representation:: INCONSISTENT_DIGIT_GROUPING ) ,
13681368 LintId :: of( & literal_representation:: MISTYPED_LITERAL_SUFFIXES ) ,
1369- LintId :: of( & literal_representation:: UNUSUAL_BYTE_GROUPING ) ,
1369+ LintId :: of( & literal_representation:: UNUSUAL_BYTE_GROUPINGS ) ,
13701370 LintId :: of( & loops:: EMPTY_LOOP ) ,
13711371 LintId :: of( & loops:: EXPLICIT_COUNTER_LOOP ) ,
13721372 LintId :: of( & loops:: FOR_KV_MAP ) ,
@@ -1589,7 +1589,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
15891589 LintId :: of( & len_zero:: LEN_WITHOUT_IS_EMPTY ) ,
15901590 LintId :: of( & len_zero:: LEN_ZERO ) ,
15911591 LintId :: of( & literal_representation:: INCONSISTENT_DIGIT_GROUPING ) ,
1592- LintId :: of( & literal_representation:: UNUSUAL_BYTE_GROUPING ) ,
1592+ LintId :: of( & literal_representation:: UNUSUAL_BYTE_GROUPINGS ) ,
15931593 LintId :: of( & loops:: EMPTY_LOOP ) ,
15941594 LintId :: of( & loops:: FOR_KV_MAP ) ,
15951595 LintId :: of( & loops:: NEEDLESS_RANGE_LOOP ) ,
0 commit comments