@@ -1393,6 +1393,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1393
1393
LintId :: of( & types:: PTR_AS_PTR ) ,
1394
1394
LintId :: of( & unicode:: NON_ASCII_LITERAL ) ,
1395
1395
LintId :: of( & unicode:: UNICODE_NOT_NFC ) ,
1396
+ LintId :: of( & unnecessary_wraps:: UNNECESSARY_WRAPS ) ,
1396
1397
LintId :: of( & unnested_or_patterns:: UNNESTED_OR_PATTERNS ) ,
1397
1398
LintId :: of( & unused_self:: UNUSED_SELF ) ,
1398
1399
LintId :: of( & wildcard_imports:: ENUM_GLOB_USE ) ,
@@ -1686,7 +1687,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1686
1687
LintId :: of( & unnamed_address:: FN_ADDRESS_COMPARISONS ) ,
1687
1688
LintId :: of( & unnamed_address:: VTABLE_ADDRESS_COMPARISONS ) ,
1688
1689
LintId :: of( & unnecessary_sort_by:: UNNECESSARY_SORT_BY ) ,
1689
- LintId :: of( & unnecessary_wraps:: UNNECESSARY_WRAPS ) ,
1690
1690
LintId :: of( & unsafe_removed_from_name:: UNSAFE_REMOVED_FROM_NAME ) ,
1691
1691
LintId :: of( & unused_io_amount:: UNUSED_IO_AMOUNT ) ,
1692
1692
LintId :: of( & unused_unit:: UNUSED_UNIT ) ,
@@ -1903,7 +1903,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1903
1903
LintId :: of( & types:: UNNECESSARY_CAST ) ,
1904
1904
LintId :: of( & types:: VEC_BOX ) ,
1905
1905
LintId :: of( & unnecessary_sort_by:: UNNECESSARY_SORT_BY ) ,
1906
- LintId :: of( & unnecessary_wraps:: UNNECESSARY_WRAPS ) ,
1907
1906
LintId :: of( & unwrap:: UNNECESSARY_UNWRAP ) ,
1908
1907
LintId :: of( & useless_conversion:: USELESS_CONVERSION ) ,
1909
1908
LintId :: of( & zero_div_zero:: ZERO_DIVIDED_BY_ZERO ) ,
0 commit comments