Skip to content

Commit ae4fcf5

Browse files
committed
rustc-dev-guide: become Team
1 parent cf1b90a commit ae4fcf5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

repos/rust-lang/rust-forge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ edition = "maintain"
2121
release = "maintain"
2222
rustdoc = "maintain"
2323
triagebot = "maintain"
24-
wg-rustc-dev-guide = "maintain"
24+
rustc-dev-guide = "maintain"
2525

2626
[[branch-protections]]
2727
pattern = "master"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libs-api = "write"
1616
libs-contributors = "write"
1717
rustdoc = "write"
1818
rustdoc-frontend = "write"
19-
wg-rustc-dev-guide = "maintain"
19+
rustc-dev-guide = "maintain"
2020

2121
[[branch-protections]]
2222
pattern = "master"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bots = ["rustbot"]
88
libs-contributors = "write"
99
libs-api = "write"
1010
libs = "maintain"
11-
wg-rustc-dev-guide = "write"
11+
rustc-dev-guide = "write"
1212

1313
[[branch-protections]]
1414
pattern = "master"

teams/wg-rustc-dev-guide.toml renamed to teams/rustc-dev-guide.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
name = "wg-rustc-dev-guide"
1+
name = "rustc-dev-guide"
22
subteam-of = "compiler"
3-
kind = "working-group"
43

54
[people]
65
leads = ["BoxyUwU", "tshepang"]
@@ -39,4 +38,4 @@ repo = "https://forge.rust-lang.org/compiler/working-areas.html"
3938
zulip-stream = "t-compiler/rustc-dev-guide"
4039

4140
[[zulip-groups]]
42-
name = "WG-rustc-dev-guide"
41+
name = "T-rustc-dev-guide"

0 commit comments

Comments
 (0)