]> git.lizzy.rs Git - rust.git/commitdiff
Update toolstate.toml
authorOliver Schneider <oli-obk@users.noreply.github.com>
Tue, 10 Oct 2017 16:16:18 +0000 (18:16 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2017 16:16:18 +0000 (18:16 +0200)
src/tools/toolstate.toml

index f5e96e3f56b9ca9cb467db61a7d3f64c51898e18..b03e4f05641eed1d4d3bb1a0b0d6b5233fad60a2 100644 (file)
@@ -3,7 +3,7 @@
 #
 # There are three states a tool can be in:
 # 1. Broken: The tool doesn't build
-# 2. Building: The tool builds but its tests are failing
+# 2. Compiling: The tool builds but its tests are failing
 # 3. Testing: The tool builds and its tests are passing
 #
 # In the future there will be further states like "Distributing", which
@@ -26,7 +26,7 @@
 miri = "Broken"
 
 # ping @Manishearth @llogiq @mcarton @oli-obk
-clippy = "Building"
+clippy = "Compiling"
 
 # ping @nrc
 rls = "Testing"