Skip to content

Commit 0d8260e

Browse files
committed
Label rustfmt toolstate issues with A-rustfmt
This makes it easier to filter toolstate issues by the tool involved.
1 parent dab2ae0 commit 0d8260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/publish_toolstate.py

+1-1
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)