mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
1fcbd902a1
Co-Authored-By: Pietro Albini <pietro@pietroalbini.org>
11 lines
224 B
TOML
11 lines
224 B
TOML
[relabel]
|
|
allow-unauthenticated = [
|
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
|
"requires-nightly",
|
|
# I-* without I-nominated
|
|
"I-*", "!I-nominated",
|
|
"AsyncAwait-OnDeck",
|
|
]
|
|
|
|
[assign]
|