We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0289e commit 0b807e2Copy full SHA for 0b807e2
src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh
@@ -50,5 +50,5 @@ fi
50
51
# Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings
52
# though.
53
+# Ideally we'd use stage 1, but that ICEs: https://github.com/rust-lang/rust-clippy/issues/11230
54
../x.py --stage 0 clippy -Awarnings
-../x.py --stage 1 clippy -Awarnings
0 commit comments