From 3a38a7cf3c0fbfd2397ece99d2e824b4aa7dc236 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Tue, 6 Sep 2022 11:45:15 -0700 Subject: [PATCH] Add `thomcc` as a reviewer for `std::sys::windows` --- highfive/configs/rust-lang/rust.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highfive/configs/rust-lang/rust.json b/highfive/configs/rust-lang/rust.json index 0159498d..f2730a07 100644 --- a/highfive/configs/rust-lang/rust.json +++ b/highfive/configs/rust-lang/rust.json @@ -122,7 +122,7 @@ "library/panic_unwind": ["libs"], "library/proc_macro": ["@petrochenkov"], "library/std": ["libs"], - "library/std/src/sys/windows": ["@ChrisDenton"], + "library/std/src/sys/windows": ["@ChrisDenton", "@thomcc"], "library/stdarch": ["libs"], "library/term": ["libs"], "library/test": ["libs"],