Skip to content

Commit

Permalink
Rollup merge of rust-lang#111843 - lcnr:rm-lcnr, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
move lcnr to only review types stuff
  • Loading branch information
Dylan-DPC committed May 22, 2023
2 parents 71f7868 + 8294131 commit d935d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ compiler-team = [
"@petrochenkov",
"@davidtwco",
"@oli-obk",
"@lcnr",
"@wesleywiser",
]
compiler-team-contributors = [
Expand Down Expand Up @@ -593,6 +592,7 @@ style-team = [
"/compiler/rustc_llvm" = ["@cuviper"]
"/compiler/rustc_middle/src/mir" = ["compiler", "mir"]
"/compiler/rustc_middle/src/traits" = ["compiler", "types"]
"/compiler/rustc_middle/src/ty" = ["compiler", "types"]
"/compiler/rustc_const_eval/src/interpret" = ["compiler", "mir"]
"/compiler/rustc_const_eval/src/transform" = ["compiler", "mir-opt"]
"/compiler/rustc_mir_build/src/build" = ["compiler", "mir"]
Expand Down

0 comments on commit d935d0d

Please sign in to comment.