From 752c7f26c4cfe196f8ecf98922f19a58bbf3f9de Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Sat, 18 Apr 2026 23:10:30 -0700 Subject: [PATCH] reviewers.rs: remove manual addition of willcrichton They are now present in rust-lang/team, see rust-lang/team#2399 --- src/reviewers.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reviewers.rs b/src/reviewers.rs index 8e7fdc48..cc0e73e7 100644 --- a/src/reviewers.rs +++ b/src/reviewers.rs @@ -127,7 +127,6 @@ impl Reviewers { insert("tlively", a("Thomas Lively", "tlively@google.com")); insert("tromey", a("Tom Tromey", "tom@tromey.com")); insert("vadimcn", a("Vadim Chugunov", "vadimcn@gmail.com")); - insert("willcrichton", a("Will Crichton", "wcrichto@cs.stanford.edu")); insert("xfix", a("Konrad Borowski", "konrad@borowski.pw")); insert("yichoi", a("Young-il Choi", "duddlf.choi@samsung.com")); insert("y-nak", a("Yoshitomo Nakanishi", "yurayura.rounin.3@gmail.com"));