Skip to content

Commit ba74932

Browse files
jieyouxuMark-Simulacrum
authored andcommitted
Make T-rustdoc{,-frontend} members have write access to rustc-dev-guide
1 parent 311a5d7 commit ba74932

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

repos/rust-lang/rustc-dev-guide.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ bots = ["rustbot"]
77
[access.teams]
88
bootstrap = "write"
99
compiler = "write"
10-
wg-rustc-dev-guide = "maintain"
1110
edition = "write"
1211
infra = "write"
1312
lang = "write"
1413
lang-ops = "write"
1514
libs = "write"
1615
libs-api = "write"
1716
libs-contributors = "write"
17+
rustdoc = "write"
18+
rustdoc-frontend = "write"
19+
wg-rustc-dev-guide = "maintain"
1820

1921
[[branch-protections]]
2022
pattern = "master"

0 commit comments

Comments
 (0)