We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 231777f + 6dcc25c commit 0c0231eCopy full SHA for 0c0231e
ci/azure-test-all.yml
@@ -11,11 +11,6 @@ steps:
11
displayName: "Install gcc-multilib (linux)"
12
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
13
14
-# Some tests rely on a clippy command to run, so let's try to install clippy to
15
-# we can be sure to run those tests.
16
-- bash: rustup component add clippy || echo "clippy not available"
17
- displayName: "Install clippy (maybe)"
18
-
19
# Some tests also rely on rustfmt
20
- bash: rustup component add rustfmt || echo "rustfmt not available"
21
displayName: "Install rustfmt (maybe)"
tests/testsuite/clippy.rs
0 commit comments