Skip to content

Commit d3aaf11

Browse files
committed
Prepare for lang FCPs in stdarch
Increasingly, due to what lives in stdarch, there's the likelihood of the lang team needing to do FCPs there. Let's arrange for that.
1 parent 4374969 commit d3aaf11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

repos/rust-lang/stdarch.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ org = "rust-lang"
22
name = "stdarch"
33
description = "Rust's standard library vendor-specific APIs and run-time feature detection"
44
homepage = "https://doc.rust-lang.org/stable/core/arch/"
5-
bots = ["rustbot"]
5+
bots = ["rustbot", "rfcbot"]
66

77
[access.teams]
8+
lang = "write"
9+
lang-ops = "write"
810
libs = "write"
911
libs-api = "write"
1012
libs-contributors = "write"

0 commit comments

Comments
 (0)