Skip to content

Commit 651fb3f

Browse files
authored
Add types-fcp team and remove exclusion list from types team (#1649)
1 parent 25f7255 commit 651fb3f

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

teams/types-fcp.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name = "types-fcp"
2+
subteam-of = "types"
3+
4+
[people]
5+
leads = []
6+
members = [
7+
"BoxyUwU",
8+
"compiler-errors",
9+
"jackh726",
10+
"lcnr",
11+
"nikomatsakis",
12+
"oli-obk",
13+
"spastorino",
14+
]
15+
alumni = []
16+
17+
[rfcbot]
18+
label = "T-types"
19+
name = "Types"
20+
ping = "rust-lang/types-fcp"

teams/types.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ description = "Working to implement and formally define the semantics of the Rus
2323
repo = "https://github.com/rust-lang/types-team"
2424
zulip-stream = "t-types"
2525

26-
[rfcbot]
27-
label = "T-types"
28-
name = "Types"
29-
ping = "rust-lang/types"
30-
exclude-members = ["aliemjay"]
31-
3226
[[github]]
3327
orgs = ["rust-lang", "rust-lang-nursery"]
3428

0 commit comments

Comments
 (0)