Skip to content

Commit 0c0231e

Browse files
committed
Auto merge of #8053 - ehuss:remove-clippy, r=alexcrichton
Remove clippy tests. Clippy was removed in #7533, but a stale file was left behind.
2 parents 231777f + 6dcc25c commit 0c0231e

File tree

2 files changed

+0
-81
lines changed

2 files changed

+0
-81
lines changed

ci/azure-test-all.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ steps:
1111
displayName: "Install gcc-multilib (linux)"
1212
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
1313

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-
1914
# Some tests also rely on rustfmt
2015
- bash: rustup component add rustfmt || echo "rustfmt not available"
2116
displayName: "Install rustfmt (maybe)"

tests/testsuite/clippy.rs

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)