about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2023-05-22 16:42:34 +0200
committerlcnr <rust@lcnr.de>2023-05-22 16:42:34 +0200
commit8294131ceb420f0355b50beb240df3f7a8ef0df2 (patch)
treec0bc6952395f05b9f4271219dba3a370cd975009
parent48ec50ae39d0ca0baa0e78f56c395dcc6d7ebd65 (diff)
downloadrust-8294131ceb420f0355b50beb240df3f7a8ef0df2.tar.gz
rust-8294131ceb420f0355b50beb240df3f7a8ef0df2.zip
move lcnr to only review types stuff
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 046d732bd42..d7cd3ea1275 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -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"]