Rollup merge of #75183 - Aaron1011:toolstate/a-rustfmt, r=nikomatsakis

Label rustfmt toolstate issues with A-rustfmt

This makes it easier to filter toolstate issues by the tool involved.
This commit is contained in:
Yuki Okushi 2020-08-07 09:35:19 +09:00 committed by GitHub
commit 5542fba2d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ MAINTAINERS = {
LABELS = {
'miri': ['A-miri', 'C-bug'],
'rls': ['A-rls', 'C-bug'],
'rustfmt': ['C-bug'],
'rustfmt': ['A-rustfmt', 'C-bug'],
'book': ['C-bug'],
'nomicon': ['C-bug'],
'reference': ['C-bug'],