summaryrefslogtreecommitdiffstats
path: root/teams
diff options
context:
space:
mode:
authorNick Cameron <nrc@ncameron.org>2019-01-08 15:27:47 +1300
committerNick Cameron <nrc@ncameron.org>2019-01-08 15:27:47 +1300
commit389a7438eb10dade0b676365d0849b30386ab783 (patch)
tree9e42d92901e6d4654d13b4389c39d80d0fe4eaeb /teams
parent8d50f6542a32b03db8fd45d0ed9ccb07419d205d (diff)
Remove nrc from some teams
Diffstat (limited to 'teams')
-rw-r--r--teams/all.toml1
-rw-r--r--teams/compiler.toml2
-rw-r--r--teams/lang.toml1
-rw-r--r--teams/production.toml1
-rw-r--r--teams/style.toml16
5 files changed, 0 insertions, 21 deletions
diff --git a/teams/all.toml b/teams/all.toml
index 322b410..75314e5 100644
--- a/teams/all.toml
+++ b/teams/all.toml
@@ -17,7 +17,6 @@ children = [
"production",
"release",
"rustdoc",
- "style",
"twir",
]
diff --git a/teams/compiler.toml b/teams/compiler.toml
index 7612f6a..3ad7291 100644
--- a/teams/compiler.toml
+++ b/teams/compiler.toml
@@ -26,7 +26,6 @@ access-level = "everyone"
extra-people = [
"arielb1",
"jseyfried",
- "nrc",
]
[[lists]]
@@ -35,5 +34,4 @@ access-level = "everyone"
extra-people = [
"arielb1",
"jseyfried",
- "nrc",
]
diff --git a/teams/lang.toml b/teams/lang.toml
index 9bc08e6..89b6713 100644
--- a/teams/lang.toml
+++ b/teams/lang.toml
@@ -9,7 +9,6 @@ members = [
"eddyb",
"joshtriplett",
"nikomatsakis",
- "nrc",
"pnkfelix",
"scottmcm",
"withoutboats",
diff --git a/teams/production.toml b/teams/production.toml
index a789b4a..9fb2aae 100644
--- a/teams/production.toml
+++ b/teams/production.toml
@@ -4,7 +4,6 @@ name = "production"
leads = ["aidanhs"]
members = [
"aidanhs",
- "nrc",
"celaus",
]
diff --git a/teams/style.toml b/teams/style.toml
deleted file mode 100644
index e4ca4b7..0000000
--- a/teams/style.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-name = "style"
-
-[people]
-leads = ["nrc"]
-members = [
- "japaric",
- "joshtriplett",
- "nrc",
- "solson",
- "steveklabnik",
- "ubsan",
-]
-
-[[lists]]
-address = "style-team@rust-lang.org"
-access-level = "everyone"