mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
9 lines
218 B
TOML
9 lines
218 B
TOML
[relabel]
|
|
allow-unauthenticated = [
|
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*",
|
|
# I-* without I-nominated
|
|
"I-compilemem", "I-compiletime", "I-crash", "I-hang", "I-ICE", "I-slow",
|
|
]
|
|
|
|
[assign]
|