Skip to content

Commit

Permalink
Update toolstate.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Oct 10, 2017
1 parent 8e900aa commit c6c47fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/toolstate.toml
Expand Up @@ -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
Expand All @@ -26,7 +26,7 @@
miri = "Broken"

# ping @Manishearth @llogiq @mcarton @oli-obk
clippy = "Building"
clippy = "Compiling"

# ping @nrc
rls = "Testing"
Expand Down

0 comments on commit c6c47fa

Please sign in to comment.