@@ -1325,7 +1325,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1325
1325
LintId :: of( & redundant_clone:: REDUNDANT_CLONE ) ,
1326
1326
LintId :: of( & redundant_field_names:: REDUNDANT_FIELD_NAMES ) ,
1327
1327
LintId :: of( & redundant_pattern_matching:: REDUNDANT_PATTERN_MATCHING ) ,
1328
- LintId :: of( & redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
1329
1328
LintId :: of( & redundant_static_lifetimes:: REDUNDANT_STATIC_LIFETIMES ) ,
1330
1329
LintId :: of( & reference:: DEREF_ADDROF ) ,
1331
1330
LintId :: of( & reference:: REF_IN_DEREF ) ,
@@ -1466,7 +1465,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1466
1465
LintId :: of( & question_mark:: QUESTION_MARK ) ,
1467
1466
LintId :: of( & redundant_field_names:: REDUNDANT_FIELD_NAMES ) ,
1468
1467
LintId :: of( & redundant_pattern_matching:: REDUNDANT_PATTERN_MATCHING ) ,
1469
- LintId :: of( & redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
1470
1468
LintId :: of( & redundant_static_lifetimes:: REDUNDANT_STATIC_LIFETIMES ) ,
1471
1469
LintId :: of( & regex:: REGEX_MACRO ) ,
1472
1470
LintId :: of( & regex:: TRIVIAL_REGEX ) ,
@@ -1673,6 +1671,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1673
1671
LintId :: of( & mutex_atomic:: MUTEX_INTEGER ) ,
1674
1672
LintId :: of( & needless_borrow:: NEEDLESS_BORROW ) ,
1675
1673
LintId :: of( & path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
1674
+ LintId :: of( & redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
1676
1675
LintId :: of( & transmute:: USELESS_TRANSMUTE ) ,
1677
1676
LintId :: of( & use_self:: USE_SELF ) ,
1678
1677
] ) ;
0 commit comments