Skip to content

Commit 42273f6

Browse files
authoredJul 20, 2020
Rollup merge of #74527 - calebcartwright:rustfmt-toolstate-maintainers, r=Mark-Simulacrum
Add myself to toolstate change notifications for rustfmt I'd like to get the toolstate change notifications for rustfmt as well so that I'll know when things break. Have spoken with @topecongiro about this offline already.
2 parents e762f97 + 7dba34f commit 42273f6

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
@@ -26,7 +26,7 @@
2626
MAINTAINERS = {
2727
'miri': {'oli-obk', 'RalfJung', 'eddyb'},
2828
'rls': {'Xanewok'},
29-
'rustfmt': {'topecongiro'},
29+
'rustfmt': {'topecongiro', 'calebcartwright'},
3030
'book': {'carols10cents', 'steveklabnik'},
3131
'nomicon': {'frewsxcv', 'Gankra'},
3232
'reference': {'steveklabnik', 'Havvy', 'matthewjasper', 'ehuss'},

0 commit comments

Comments
 (0)
Please sign in to comment.