From c157e9e4cb419f03c7ec3e9ef59010f7b17a025c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Rakic?= Date: Fri, 8 Sep 2023 13:09:29 +0000 Subject: [PATCH] move wg-polonius to t-types and move dylan to alumni --- teams/wg-polonius.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/teams/wg-polonius.toml b/teams/wg-polonius.toml index bedff3012..7f26de8b7 100644 --- a/teams/wg-polonius.toml +++ b/teams/wg-polonius.toml @@ -1,6 +1,5 @@ name = "wg-polonius" -subteam-of = "compiler" -kind = "working-group" +subteam-of = "types" [people] leads = ["lqd", "nikomatsakis"] @@ -10,7 +9,7 @@ members = ["lqd", "nikomatsakis", "amandasystems", "matthewjasper", "ecstatic-mo name = "Polonius working group" description = "Working on an experimental new borrow-checker implementation" repo = "https://rust-lang.github.io/compiler-team/working-groups/polonius/" -zulip-stream = "t-compiler/wg-polonius" +zulip-stream = "t-types/polonius" [[github]] orgs = ["rust-lang"]