Skip to content

Commit

Permalink
Rollup merge of #74527 - calebcartwright:rustfmt-toolstate-maintainer…
Browse files Browse the repository at this point in the history
…s, 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.
  • Loading branch information
Manishearth authored Jul 20, 2020
2 parents e762f97 + 7dba34f commit 42273f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/publish_toolstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
MAINTAINERS = {
'miri': {'oli-obk', 'RalfJung', 'eddyb'},
'rls': {'Xanewok'},
'rustfmt': {'topecongiro'},
'rustfmt': {'topecongiro', 'calebcartwright'},
'book': {'carols10cents', 'steveklabnik'},
'nomicon': {'frewsxcv', 'Gankra'},
'reference': {'steveklabnik', 'Havvy', 'matthewjasper', 'ehuss'},
Expand Down

0 comments on commit 42273f6

Please sign in to comment.