@@ -1475,7 +1475,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1475
1475
LintId :: of( & single_component_path_imports:: SINGLE_COMPONENT_PATH_IMPORTS ) ,
1476
1476
LintId :: of( & slow_vector_initialization:: SLOW_VECTOR_INITIALIZATION ) ,
1477
1477
LintId :: of( & stable_sort_primitive:: STABLE_SORT_PRIMITIVE ) ,
1478
- LintId :: of( & strings:: STRING_LIT_AS_BYTES ) ,
1479
1478
LintId :: of( & suspicious_trait_impl:: SUSPICIOUS_ARITHMETIC_IMPL ) ,
1480
1479
LintId :: of( & suspicious_trait_impl:: SUSPICIOUS_OP_ASSIGN_IMPL ) ,
1481
1480
LintId :: of( & swap:: ALMOST_SWAPPED ) ,
@@ -1618,7 +1617,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1618
1617
LintId :: of( & returns:: LET_AND_RETURN ) ,
1619
1618
LintId :: of( & returns:: NEEDLESS_RETURN ) ,
1620
1619
LintId :: of( & single_component_path_imports:: SINGLE_COMPONENT_PATH_IMPORTS ) ,
1621
- LintId :: of( & strings:: STRING_LIT_AS_BYTES ) ,
1622
1620
LintId :: of( & tabs_in_doc_comments:: TABS_IN_DOC_COMMENTS ) ,
1623
1621
LintId :: of( & to_digit_is_some:: TO_DIGIT_IS_SOME ) ,
1624
1622
LintId :: of( & try_err:: TRY_ERR ) ,
@@ -1831,6 +1829,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1831
1829
LintId :: of( & needless_borrow:: NEEDLESS_BORROW ) ,
1832
1830
LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
1833
1831
LintId :: of( & redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
1832
+ LintId :: of( & strings:: STRING_LIT_AS_BYTES ) ,
1834
1833
LintId :: of( & transmute:: USELESS_TRANSMUTE ) ,
1835
1834
LintId :: of( & use_self:: USE_SELF ) ,
1836
1835
] ) ;
0 commit comments