Remove me from libcore review rotation

This commit is contained in:
Scott McMurray 2023-10-15 00:49:44 -07:00
parent ee8c9d3c34
commit b50aa24a4e

View file

@ -722,7 +722,7 @@ style-team = [
"/compiler/rustc_traits" = ["compiler", "types"]
"/compiler/rustc_type_ir" = ["compiler", "types"]
"/library/alloc" = ["libs"]
"/library/core" = ["libs", "@scottmcm"]
"/library/core" = ["libs"]
"/library/panic_abort" = ["libs"]
"/library/panic_unwind" = ["libs"]
"/library/proc_macro" = ["@petrochenkov"]