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

View File

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