@@ -623,7 +623,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
623
623
& literal_representation:: LARGE_DIGIT_GROUPS ,
624
624
& literal_representation:: MISTYPED_LITERAL_SUFFIXES ,
625
625
& literal_representation:: UNREADABLE_LITERAL ,
626
- & literal_representation:: UNUSUAL_BYTE_GROUPING ,
626
+ & literal_representation:: UNUSUAL_BYTE_GROUPINGS ,
627
627
& loops:: EMPTY_LOOP ,
628
628
& loops:: EXPLICIT_COUNTER_LOOP ,
629
629
& loops:: EXPLICIT_INTO_ITER_LOOP ,
@@ -1366,7 +1366,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1366
1366
LintId :: of( & lifetimes:: NEEDLESS_LIFETIMES ) ,
1367
1367
LintId :: of( & literal_representation:: INCONSISTENT_DIGIT_GROUPING ) ,
1368
1368
LintId :: of( & literal_representation:: MISTYPED_LITERAL_SUFFIXES ) ,
1369
- LintId :: of( & literal_representation:: UNUSUAL_BYTE_GROUPING ) ,
1369
+ LintId :: of( & literal_representation:: UNUSUAL_BYTE_GROUPINGS ) ,
1370
1370
LintId :: of( & loops:: EMPTY_LOOP ) ,
1371
1371
LintId :: of( & loops:: EXPLICIT_COUNTER_LOOP ) ,
1372
1372
LintId :: of( & loops:: FOR_KV_MAP ) ,
@@ -1589,7 +1589,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1589
1589
LintId :: of( & len_zero:: LEN_WITHOUT_IS_EMPTY ) ,
1590
1590
LintId :: of( & len_zero:: LEN_ZERO ) ,
1591
1591
LintId :: of( & literal_representation:: INCONSISTENT_DIGIT_GROUPING ) ,
1592
- LintId :: of( & literal_representation:: UNUSUAL_BYTE_GROUPING ) ,
1592
+ LintId :: of( & literal_representation:: UNUSUAL_BYTE_GROUPINGS ) ,
1593
1593
LintId :: of( & loops:: EMPTY_LOOP ) ,
1594
1594
LintId :: of( & loops:: FOR_KV_MAP ) ,
1595
1595
LintId :: of( & loops:: NEEDLESS_RANGE_LOOP ) ,
0 commit comments