summary refs log tree commit diff
path: root/src/tools/publish_toolstate.py
diff options
context:
space:
mode:
authorCaleb Cartwright <caleb.cartwright@outlook.com>2020-07-19 13:10:38 -0500
committerCaleb Cartwright <caleb.cartwright@outlook.com>2020-07-19 13:10:38 -0500
commit7dba34fd6b9a837300157608a90ce8d65d1490e5 (patch)
tree8ae5fa96dfc9916a9898c2d18961df4b5038ca63 /src/tools/publish_toolstate.py
parent48036804d2bc461b243c5d291b850e44bcca68ef (diff)
downloadrust-7dba34fd6b9a837300157608a90ce8d65d1490e5.tar.gz
rust-7dba34fd6b9a837300157608a90ce8d65d1490e5.zip
tools: update rustfmt toolstate maintainers
Diffstat (limited to 'src/tools/publish_toolstate.py')
-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'},