Skip to content

Commit 9ca04e3

Browse files
authored
Rollup merge of rust-lang#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.
2 parents 4d0646d + 0d8260e commit 9ca04e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/publish_toolstate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
LABELS = {
4343
'miri': ['A-miri', 'C-bug'],
4444
'rls': ['A-rls', 'C-bug'],
45-
'rustfmt': ['C-bug'],
45+
'rustfmt': ['A-rustfmt', 'C-bug'],
4646
'book': ['C-bug'],
4747
'nomicon': ['C-bug'],
4848
'reference': ['C-bug'],

0 commit comments

Comments
 (0)