We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e900aa commit c6c47faCopy full SHA for c6c47fa
src/tools/toolstate.toml
@@ -3,7 +3,7 @@
3
#
4
# There are three states a tool can be in:
5
# 1. Broken: The tool doesn't build
6
-# 2. Building: The tool builds but its tests are failing
+# 2. Compiling: The tool builds but its tests are failing
7
# 3. Testing: The tool builds and its tests are passing
8
9
# In the future there will be further states like "Distributing", which
@@ -26,7 +26,7 @@
26
miri = "Broken"
27
28
# ping @Manishearth @llogiq @mcarton @oli-obk
29
-clippy = "Building"
+clippy = "Compiling"
30
31
# ping @nrc
32
rls = "Testing"
0 commit comments