@@ -1628,7 +1628,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
16281628 LintId :: of( & reference:: DEREF_ADDROF ) ,
16291629 LintId :: of( & reference:: REF_IN_DEREF ) ,
16301630 LintId :: of( & regex:: INVALID_REGEX ) ,
1631- LintId :: of( & regex:: TRIVIAL_REGEX ) ,
16321631 LintId :: of( & repeat_once:: REPEAT_ONCE ) ,
16331632 LintId :: of( & returns:: LET_AND_RETURN ) ,
16341633 LintId :: of( & returns:: NEEDLESS_RETURN ) ,
@@ -1791,7 +1790,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
17911790 LintId :: of( & ranges:: MANUAL_RANGE_CONTAINS ) ,
17921791 LintId :: of( & redundant_field_names:: REDUNDANT_FIELD_NAMES ) ,
17931792 LintId :: of( & redundant_static_lifetimes:: REDUNDANT_STATIC_LIFETIMES ) ,
1794- LintId :: of( & regex:: TRIVIAL_REGEX ) ,
17951793 LintId :: of( & returns:: LET_AND_RETURN ) ,
17961794 LintId :: of( & returns:: NEEDLESS_RETURN ) ,
17971795 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:
20212019 LintId :: of( & needless_borrow:: NEEDLESS_BORROW ) ,
20222020 LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
20232021 LintId :: of( & redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
2022+ LintId :: of( & regex:: TRIVIAL_REGEX ) ,
20242023 LintId :: of( & strings:: STRING_LIT_AS_BYTES ) ,
20252024 LintId :: of( & transmute:: USELESS_TRANSMUTE ) ,
20262025 LintId :: of( & use_self:: USE_SELF ) ,
0 commit comments