about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2017-09-22 14:41:22 +1200
committerAlex Crichton <alex@alexcrichton.com>2017-09-27 15:40:57 -0700
commitbfcb2909372d4bd1dbd718dbcf3a5eec96a10c62 (patch)
tree8037180ca0e6b3eb5f88b133dc17892b54e51ed9 /src/tools
parentc0ea270f701bd857cc0bd20db1707810fb4b7493 (diff)
Add RLS and Rustfmt to the toolstate mechanism
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/toolstate.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/toolstate.toml b/src/tools/toolstate.toml
index 3cc815ef34e..1700daa0aff 100644
--- a/src/tools/toolstate.toml
+++ b/src/tools/toolstate.toml
@@ -27,3 +27,10 @@ miri = "Broken"
 
 # ping @Manishearth @llogiq @mcarton @oli-obk
 clippy = "Broken"
+
+# ping @nrc
+rls = "Testing"
+
+# ping @nrc
+rustfmt = "Testing"
+