diff options
| author | Oliver Schneider <oli-obk@users.noreply.github.com> | 2017-10-10 18:16:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-10 18:16:18 +0200 |
| commit | c6c47fa6c0ee0569ba1ab725904c814aa33051ca (patch) | |
| tree | 3806751a9c4fe7ac85acd1ee04d6c6670b5f49bd | |
| parent | 8e900aaa2b92fdd5adce736b512efc5517c58592 (diff) | |
| download | rust-c6c47fa6c0ee0569ba1ab725904c814aa33051ca.tar.gz rust-c6c47fa6c0ee0569ba1ab725904c814aa33051ca.zip | |
Update toolstate.toml
| -rw-r--r-- | src/tools/toolstate.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/toolstate.toml b/src/tools/toolstate.toml index f5e96e3f56b..b03e4f05641 100644 --- a/src/tools/toolstate.toml +++ b/src/tools/toolstate.toml @@ -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" |
