diff options
| author | Eric Huss <eric@huss.org> | 2022-08-20 21:19:43 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2022-08-27 21:36:08 -0700 |
| commit | 4a7e2fbb7bfdb7ddcb65b6fcf23bb5b272e66d42 (patch) | |
| tree | bb2f39474cc03d3f78f5838297432a2a6a9e301d /src/tools/publish_toolstate.py | |
| parent | 1e978a3627bd65064164af3548c585fb25eef9d2 (diff) | |
| download | rust-4a7e2fbb7bfdb7ddcb65b6fcf23bb5b272e66d42.tar.gz rust-4a7e2fbb7bfdb7ddcb65b6fcf23bb5b272e66d42.zip | |
Sunset RLS
Diffstat (limited to 'src/tools/publish_toolstate.py')
| -rwxr-xr-x | src/tools/publish_toolstate.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index 1c57b731aaa..c0cef8f7b0a 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -31,7 +31,6 @@ except ImportError: # read privileges on it). CI will fail otherwise. MAINTAINERS = { 'miri': {'oli-obk', 'RalfJung'}, - 'rls': {'Xanewok'}, 'book': {'carols10cents'}, 'nomicon': {'frewsxcv', 'Gankra', 'JohnTitor'}, 'reference': {'Havvy', 'matthewjasper', 'ehuss'}, @@ -43,7 +42,6 @@ MAINTAINERS = { LABELS = { 'miri': ['A-miri', 'C-bug'], - 'rls': ['A-rls', 'C-bug'], 'book': ['C-bug'], 'nomicon': ['C-bug'], 'reference': ['C-bug'], @@ -55,7 +53,6 @@ LABELS = { REPOS = { 'miri': 'https://github.com/rust-lang/miri', - 'rls': 'https://github.com/rust-lang/rls', 'book': 'https://github.com/rust-lang/book', 'nomicon': 'https://github.com/rust-lang/nomicon', 'reference': 'https://github.com/rust-lang/reference', |
