Remove rustfmt from publish_toolstate
Rustfmt is no longer tracked in toolstate, so this isn't necessary.
This commit is contained in:
parent
12386da38a
commit
3b1b35bf03
1 changed files with 0 additions and 3 deletions
|
@ -32,7 +32,6 @@ except ImportError:
|
||||||
MAINTAINERS = {
|
MAINTAINERS = {
|
||||||
'miri': {'oli-obk', 'RalfJung'},
|
'miri': {'oli-obk', 'RalfJung'},
|
||||||
'rls': {'Xanewok'},
|
'rls': {'Xanewok'},
|
||||||
'rustfmt': {'topecongiro', 'calebcartwright'},
|
|
||||||
'book': {'carols10cents', 'steveklabnik'},
|
'book': {'carols10cents', 'steveklabnik'},
|
||||||
'nomicon': {'frewsxcv', 'Gankra', 'JohnTitor'},
|
'nomicon': {'frewsxcv', 'Gankra', 'JohnTitor'},
|
||||||
'reference': {'steveklabnik', 'Havvy', 'matthewjasper', 'ehuss'},
|
'reference': {'steveklabnik', 'Havvy', 'matthewjasper', 'ehuss'},
|
||||||
|
@ -45,7 +44,6 @@ MAINTAINERS = {
|
||||||
LABELS = {
|
LABELS = {
|
||||||
'miri': ['A-miri', 'C-bug'],
|
'miri': ['A-miri', 'C-bug'],
|
||||||
'rls': ['A-rls', 'C-bug'],
|
'rls': ['A-rls', 'C-bug'],
|
||||||
'rustfmt': ['A-rustfmt', 'C-bug'],
|
|
||||||
'book': ['C-bug'],
|
'book': ['C-bug'],
|
||||||
'nomicon': ['C-bug'],
|
'nomicon': ['C-bug'],
|
||||||
'reference': ['C-bug'],
|
'reference': ['C-bug'],
|
||||||
|
@ -58,7 +56,6 @@ LABELS = {
|
||||||
REPOS = {
|
REPOS = {
|
||||||
'miri': 'https://github.com/rust-lang/miri',
|
'miri': 'https://github.com/rust-lang/miri',
|
||||||
'rls': 'https://github.com/rust-lang/rls',
|
'rls': 'https://github.com/rust-lang/rls',
|
||||||
'rustfmt': 'https://github.com/rust-lang/rustfmt',
|
|
||||||
'book': 'https://github.com/rust-lang/book',
|
'book': 'https://github.com/rust-lang/book',
|
||||||
'nomicon': 'https://github.com/rust-lang/nomicon',
|
'nomicon': 'https://github.com/rust-lang/nomicon',
|
||||||
'reference': 'https://github.com/rust-lang/reference',
|
'reference': 'https://github.com/rust-lang/reference',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue