about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-19 19:12:42 -0700
committerGitHub <noreply@github.com>2020-07-19 19:12:42 -0700
commit42273f6537ebf9f0cf35a7281789bb7eb50a59fd (patch)
treee2d93355d669f4be51cd5241d05188e1ee2a0408
parente762f978e1d2e1ebce03bcbfa3850822595f22b0 (diff)
parent7dba34fd6b9a837300157608a90ce8d65d1490e5 (diff)
downloadrust-42273f6537ebf9f0cf35a7281789bb7eb50a59fd.tar.gz
rust-42273f6537ebf9f0cf35a7281789bb7eb50a59fd.zip
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.
-rwxr-xr-xsrc/tools/publish_toolstate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py
index 72437e07004..c0631fcedd3 100755
--- a/src/tools/publish_toolstate.py
+++ b/src/tools/publish_toolstate.py
@@ -26,7 +26,7 @@ except ImportError:
 MAINTAINERS = {
     'miri': {'oli-obk', 'RalfJung', 'eddyb'},
     'rls': {'Xanewok'},
-    'rustfmt': {'topecongiro'},
+    'rustfmt': {'topecongiro', 'calebcartwright'},
     'book': {'carols10cents', 'steveklabnik'},
     'nomicon': {'frewsxcv', 'Gankra'},
     'reference': {'steveklabnik', 'Havvy', 'matthewjasper', 'ehuss'},