@@ -360,9 +360,9 @@ mod unnamed_address;
360
360
mod unnecessary_self_imports;
361
361
mod unnecessary_sort_by;
362
362
mod unnecessary_wraps;
363
- mod unused_async;
364
363
mod unnested_or_patterns;
365
364
mod unsafe_removed_from_name;
365
+ mod unused_async;
366
366
mod unused_io_amount;
367
367
mod unused_self;
368
368
mod unused_unit;
@@ -955,12 +955,12 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
955
955
unit_types:: UNIT_CMP ,
956
956
unnamed_address:: FN_ADDRESS_COMPARISONS ,
957
957
unnamed_address:: VTABLE_ADDRESS_COMPARISONS ,
958
- unused_async:: UNUSED_ASYNC ,
959
958
unnecessary_self_imports:: UNNECESSARY_SELF_IMPORTS ,
960
959
unnecessary_sort_by:: UNNECESSARY_SORT_BY ,
961
960
unnecessary_wraps:: UNNECESSARY_WRAPS ,
962
961
unnested_or_patterns:: UNNESTED_OR_PATTERNS ,
963
962
unsafe_removed_from_name:: UNSAFE_REMOVED_FROM_NAME ,
963
+ unused_async:: UNUSED_ASYNC ,
964
964
unused_io_amount:: UNUSED_IO_AMOUNT ,
965
965
unused_self:: UNUSED_SELF ,
966
966
unused_unit:: UNUSED_UNIT ,
@@ -1415,9 +1415,9 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1415
1415
LintId :: of( unicode:: NON_ASCII_LITERAL ) ,
1416
1416
LintId :: of( unicode:: UNICODE_NOT_NFC ) ,
1417
1417
LintId :: of( unit_types:: LET_UNIT_VALUE ) ,
1418
- LintId :: of( unused_async:: UNUSED_ASYNC ) ,
1419
1418
LintId :: of( unnecessary_wraps:: UNNECESSARY_WRAPS ) ,
1420
1419
LintId :: of( unnested_or_patterns:: UNNESTED_OR_PATTERNS ) ,
1420
+ LintId :: of( unused_async:: UNUSED_ASYNC ) ,
1421
1421
LintId :: of( unused_self:: UNUSED_SELF ) ,
1422
1422
LintId :: of( wildcard_imports:: ENUM_GLOB_USE ) ,
1423
1423
LintId :: of( wildcard_imports:: WILDCARD_IMPORTS ) ,
0 commit comments