@@ -1628,7 +1628,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1628
1628
LintId :: of( & reference:: DEREF_ADDROF ) ,
1629
1629
LintId :: of( & reference:: REF_IN_DEREF ) ,
1630
1630
LintId :: of( & regex:: INVALID_REGEX ) ,
1631
- LintId :: of( & regex:: TRIVIAL_REGEX ) ,
1632
1631
LintId :: of( & repeat_once:: REPEAT_ONCE ) ,
1633
1632
LintId :: of( & returns:: LET_AND_RETURN ) ,
1634
1633
LintId :: of( & returns:: NEEDLESS_RETURN ) ,
@@ -1791,7 +1790,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1791
1790
LintId :: of( & ranges:: MANUAL_RANGE_CONTAINS ) ,
1792
1791
LintId :: of( & redundant_field_names:: REDUNDANT_FIELD_NAMES ) ,
1793
1792
LintId :: of( & redundant_static_lifetimes:: REDUNDANT_STATIC_LIFETIMES ) ,
1794
- LintId :: of( & regex:: TRIVIAL_REGEX ) ,
1795
1793
LintId :: of( & returns:: LET_AND_RETURN ) ,
1796
1794
LintId :: of( & returns:: NEEDLESS_RETURN ) ,
1797
1795
LintId :: of( & single_component_path_imports:: SINGLE_COMPONENT_PATH_IMPORTS ) ,
@@ -2021,6 +2019,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
2021
2019
LintId :: of( & needless_borrow:: NEEDLESS_BORROW ) ,
2022
2020
LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
2023
2021
LintId :: of( & redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
2022
+ LintId :: of( & regex:: TRIVIAL_REGEX ) ,
2024
2023
LintId :: of( & strings:: STRING_LIT_AS_BYTES ) ,
2025
2024
LintId :: of( & transmute:: USELESS_TRANSMUTE ) ,
2026
2025
LintId :: of( & use_self:: USE_SELF ) ,
0 commit comments