Rollup merge of #120246 - estebank:revert_breathing_room, r=estebank

Re-add estebank to review rotation

r? ``@compiler-errors``
This commit is contained in:
León Orell Valerian Liehr 2024-01-23 21:19:54 +01:00 committed by GitHub
commit 0d3af593cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -643,6 +643,7 @@ compiler-team = [
"@compiler-errors",
"@petrochenkov",
"@davidtwco",
"@estebank",
"@oli-obk",
"@wesleywiser",
]
@ -693,18 +694,21 @@ incremental = [
diagnostics = [
"@compiler-errors",
"@davidtwco",
"@estebank",
"@oli-obk",
"@TaKO8Ki",
]
parser = [
"@compiler-errors",
"@davidtwco",
"@estebank",
"@nnethercote",
"@petrochenkov",
]
lexer = [
"@nnethercote",
"@petrochenkov",
"@estebank",
]
arena = [
"@nnethercote",
@ -731,6 +735,7 @@ borrowck = [
]
ast_lowering = [
"@compiler-errors",
"@estebank",
"@spastorino",
]
fallback = [