Skip to content
/ rust Public
forked from rust-lang/rust

Commit ad4c932

Browse files
committed
Restore the standard library review rotation to its former glory
1 parent ef32456 commit ad4c932

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

triagebot.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,12 @@ compiler = [
673673
libs = [
674674
"@cuviper",
675675
"@Mark-Simulacrum",
676+
"@m-ou-se",
677+
"@Amanieu",
678+
"@Nilstrieb",
679+
"@workingjubilee",
680+
"@joboet",
681+
"@jhpratt",
676682
]
677683
bootstrap = [
678684
"@Mark-Simulacrum",
@@ -810,7 +816,7 @@ project-stable-mir = [
810816
"/compiler/rustc_type_ir" = ["compiler", "types"]
811817
"/compiler/stable_mir" = ["project-stable-mir"]
812818
"/library/alloc" = ["libs"]
813-
"/library/core" = ["libs"]
819+
"/library/core" = ["libs", "@scottmcm"]
814820
"/library/panic_abort" = ["libs"]
815821
"/library/panic_unwind" = ["libs"]
816822
"/library/proc_macro" = ["@petrochenkov"]

0 commit comments

Comments
 (0)