Skip to content

Commit 9bc038b

Browse files
authored
Adopt rust-by-example as a subteam of lang-docs (#1637)
We're working to move things out from under the launching-pad team to more appropriate places. It makes the most sense for the rust-by-example working group to be adopted as a subteam of lang-docs, so let's do that. Note that, in doing this, we'll make it a proper subteam rather than a working group.
1 parent ab0418d commit 9bc038b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

repos/rust-lang/rust-by-example.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ homepage = "https://doc.rust-lang.org/stable/rust-by-example/"
55
bots = ["rustbot"]
66

77
[access.teams]
8-
wg-rust-by-example = "write"
8+
rust-by-example = "write"

teams/wg-rust-by-example.toml teams/rust-by-example.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
name = "wg-rust-by-example"
2-
subteam-of = "launching-pad"
3-
kind = "working-group"
1+
name = "rust-by-example"
2+
subteam-of = "lang-docs"
43

54
[people]
65
leads = ["marioidival"]
@@ -16,6 +15,6 @@ alumni = [
1615
orgs = ["rust-lang"]
1716

1817
[website]
19-
name = "Rust by Example working group"
18+
name = "Rust by Example team"
2019
description = "Maintaining and updating the official Rust by Example book"
2120
repo = "https://github.com/rust-lang/rust-by-example"

0 commit comments

Comments
 (0)