Skip to content

Commit c6c47fa

Browse files
authored
Update toolstate.toml
1 parent 8e900aa commit c6c47fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/toolstate.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# There are three states a tool can be in:
55
# 1. Broken: The tool doesn't build
6-
# 2. Building: The tool builds but its tests are failing
6+
# 2. Compiling: The tool builds but its tests are failing
77
# 3. Testing: The tool builds and its tests are passing
88
#
99
# In the future there will be further states like "Distributing", which
@@ -26,7 +26,7 @@
2626
miri = "Broken"
2727

2828
# ping @Manishearth @llogiq @mcarton @oli-obk
29-
clippy = "Building"
29+
clippy = "Compiling"
3030

3131
# ping @nrc
3232
rls = "Testing"

0 commit comments

Comments
 (0)