Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3b1b35b

Browse files
committed
Remove rustfmt from publish_toolstate
Rustfmt is no longer tracked in toolstate, so this isn't necessary.
1 parent 12386da commit 3b1b35b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tools/publish_toolstate.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
MAINTAINERS = {
3333
'miri': {'oli-obk', 'RalfJung'},
3434
'rls': {'Xanewok'},
35-
'rustfmt': {'topecongiro', 'calebcartwright'},
3635
'book': {'carols10cents', 'steveklabnik'},
3736
'nomicon': {'frewsxcv', 'Gankra', 'JohnTitor'},
3837
'reference': {'steveklabnik', 'Havvy', 'matthewjasper', 'ehuss'},
@@ -45,7 +44,6 @@
4544
LABELS = {
4645
'miri': ['A-miri', 'C-bug'],
4746
'rls': ['A-rls', 'C-bug'],
48-
'rustfmt': ['A-rustfmt', 'C-bug'],
4947
'book': ['C-bug'],
5048
'nomicon': ['C-bug'],
5149
'reference': ['C-bug'],
@@ -58,7 +56,6 @@
5856
REPOS = {
5957
'miri': 'https://github.com/rust-lang/miri',
6058
'rls': 'https://github.com/rust-lang/rls',
61-
'rustfmt': 'https://github.com/rust-lang/rustfmt',
6259
'book': 'https://github.com/rust-lang/book',
6360
'nomicon': 'https://github.com/rust-lang/nomicon',
6461
'reference': 'https://github.com/rust-lang/reference',

0 commit comments

Comments
 (0)