Rollup merge of #111843 - lcnr:rm-lcnr, r=Mark-Simulacrum

move lcnr to only review types stuff
This commit is contained in:
Dylan DPC 2023-05-23 00:32:19 +05:30 committed by GitHub
commit d935d0d352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -482,7 +482,6 @@ compiler-team = [
"@petrochenkov",
"@davidtwco",
"@oli-obk",
"@lcnr",
"@wesleywiser",
]
compiler-team-contributors = [
@ -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"]