Skip to content

Commit

Permalink
Rollup merge of rust-lang#65064 - rust-lang:permit-asyncawait-ondeck-…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Centril committed Oct 4, 2019
2 parents 21e57ee + 1fcbd90 commit fad8a7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ allow-unauthenticated = [
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
"requires-nightly",
# I-* without I-nominated
"I-compilemem", "I-compiletime", "I-crash", "I-hang", "I-ICE", "I-slow",
"I-*", "!I-nominated",
"AsyncAwait-OnDeck",
]

[assign]

0 comments on commit fad8a7b

Please sign in to comment.