Skip to content

Commit

Permalink
Restore the standard library review rotation to its former glory
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Feb 29, 2024
1 parent ef32456 commit ad4c932
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,12 @@ compiler = [
libs = [
"@cuviper",
"@Mark-Simulacrum",
"@m-ou-se",
"@Amanieu",
"@Nilstrieb",
"@workingjubilee",
"@joboet",
"@jhpratt",
]
bootstrap = [
"@Mark-Simulacrum",
Expand Down Expand Up @@ -810,7 +816,7 @@ project-stable-mir = [
"/compiler/rustc_type_ir" = ["compiler", "types"]
"/compiler/stable_mir" = ["project-stable-mir"]
"/library/alloc" = ["libs"]
"/library/core" = ["libs"]
"/library/core" = ["libs", "@scottmcm"]
"/library/panic_abort" = ["libs"]
"/library/panic_unwind" = ["libs"]
"/library/proc_macro" = ["@petrochenkov"]
Expand Down

0 comments on commit ad4c932

Please sign in to comment.