@@ -1325,7 +1325,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13251325 LintId :: of( & redundant_clone:: REDUNDANT_CLONE ) ,
13261326 LintId :: of( & redundant_field_names:: REDUNDANT_FIELD_NAMES ) ,
13271327 LintId :: of( & redundant_pattern_matching:: REDUNDANT_PATTERN_MATCHING ) ,
1328- LintId :: of( & redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
13291328 LintId :: of( & redundant_static_lifetimes:: REDUNDANT_STATIC_LIFETIMES ) ,
13301329 LintId :: of( & reference:: DEREF_ADDROF ) ,
13311330 LintId :: of( & reference:: REF_IN_DEREF ) ,
@@ -1466,7 +1465,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
14661465 LintId :: of( & question_mark:: QUESTION_MARK ) ,
14671466 LintId :: of( & redundant_field_names:: REDUNDANT_FIELD_NAMES ) ,
14681467 LintId :: of( & redundant_pattern_matching:: REDUNDANT_PATTERN_MATCHING ) ,
1469- LintId :: of( & redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
14701468 LintId :: of( & redundant_static_lifetimes:: REDUNDANT_STATIC_LIFETIMES ) ,
14711469 LintId :: of( & regex:: REGEX_MACRO ) ,
14721470 LintId :: of( & regex:: TRIVIAL_REGEX ) ,
@@ -1673,6 +1671,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
16731671 LintId :: of( & mutex_atomic:: MUTEX_INTEGER ) ,
16741672 LintId :: of( & needless_borrow:: NEEDLESS_BORROW ) ,
16751673 LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
1674+ LintId :: of( & redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
16761675 LintId :: of( & transmute:: USELESS_TRANSMUTE ) ,
16771676 LintId :: of( & use_self:: USE_SELF ) ,
16781677 ] ) ;
0 commit comments