@@ -360,9 +360,9 @@ mod unnamed_address;
360360mod unnecessary_self_imports;
361361mod unnecessary_sort_by;
362362mod unnecessary_wraps;
363- mod unused_async;
364363mod unnested_or_patterns;
365364mod unsafe_removed_from_name;
365+ mod unused_async;
366366mod unused_io_amount;
367367mod unused_self;
368368mod unused_unit;
@@ -955,12 +955,12 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
955955 unit_types:: UNIT_CMP ,
956956 unnamed_address:: FN_ADDRESS_COMPARISONS ,
957957 unnamed_address:: VTABLE_ADDRESS_COMPARISONS ,
958- unused_async:: UNUSED_ASYNC ,
959958 unnecessary_self_imports:: UNNECESSARY_SELF_IMPORTS ,
960959 unnecessary_sort_by:: UNNECESSARY_SORT_BY ,
961960 unnecessary_wraps:: UNNECESSARY_WRAPS ,
962961 unnested_or_patterns:: UNNESTED_OR_PATTERNS ,
963962 unsafe_removed_from_name:: UNSAFE_REMOVED_FROM_NAME ,
963+ unused_async:: UNUSED_ASYNC ,
964964 unused_io_amount:: UNUSED_IO_AMOUNT ,
965965 unused_self:: UNUSED_SELF ,
966966 unused_unit:: UNUSED_UNIT ,
@@ -1415,9 +1415,9 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
14151415 LintId :: of( unicode:: NON_ASCII_LITERAL ) ,
14161416 LintId :: of( unicode:: UNICODE_NOT_NFC ) ,
14171417 LintId :: of( unit_types:: LET_UNIT_VALUE ) ,
1418- LintId :: of( unused_async:: UNUSED_ASYNC ) ,
14191418 LintId :: of( unnecessary_wraps:: UNNECESSARY_WRAPS ) ,
14201419 LintId :: of( unnested_or_patterns:: UNNESTED_OR_PATTERNS ) ,
1420+ LintId :: of( unused_async:: UNUSED_ASYNC ) ,
14211421 LintId :: of( unused_self:: UNUSED_SELF ) ,
14221422 LintId :: of( wildcard_imports:: ENUM_GLOB_USE ) ,
14231423 LintId :: of( wildcard_imports:: WILDCARD_IMPORTS ) ,
0 commit comments