diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2019-10-05 21:54:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-05 21:54:56 -0700 |
| commit | df471c11760daeea221f4ae1161f907aa0d2890d (patch) | |
| tree | 4d56c138b8c88c2e5966b8be478f012d4b0b9d66 | |
| parent | 2b225bab136aa844d5052b26f942e07bf048bf0a (diff) | |
| parent | 1fcbd902a1d1145ed91fae1edb7a8c5798f68a14 (diff) | |
| download | rust-df471c11760daeea221f4ae1161f907aa0d2890d.tar.gz rust-df471c11760daeea221f4ae1161f907aa0d2890d.zip | |
Rollup merge of #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
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index f3509897bdf..d87c5b64c21 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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] |
