Skip to content

Commit fad8a7b

Browse files
authored
Rollup merge of rust-lang#65064 - rust-lang:permit-asyncawait-ondeck-by-anyone, r=nikomatsakis
permit asyncawait-ondeck to be added by anyone Still debating if this is the right approach but r? @pietroalbini to check the format
2 parents 21e57ee + 1fcbd90 commit fad8a7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: triagebot.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ allow-unauthenticated = [
33
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
44
"requires-nightly",
55
# I-* without I-nominated
6-
"I-compilemem", "I-compiletime", "I-crash", "I-hang", "I-ICE", "I-slow",
6+
"I-*", "!I-nominated",
7+
"AsyncAwait-OnDeck",
78
]
89

910
[assign]

0 commit comments

Comments
 (0)