Skip to content

Commit

Permalink
Auto merge of #8053 - ehuss:remove-clippy, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove clippy tests.

Clippy was removed in #7533, but a stale file was left behind.
  • Loading branch information
bors committed Mar 30, 2020
2 parents 231777f + 6dcc25c commit 0c0231e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 81 deletions.
5 changes: 0 additions & 5 deletions ci/azure-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ steps:
displayName: "Install gcc-multilib (linux)"
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))

# Some tests rely on a clippy command to run, so let's try to install clippy to
# we can be sure to run those tests.
- bash: rustup component add clippy || echo "clippy not available"
displayName: "Install clippy (maybe)"

# Some tests also rely on rustfmt
- bash: rustup component add rustfmt || echo "rustfmt not available"
displayName: "Install rustfmt (maybe)"
Expand Down
76 changes: 0 additions & 76 deletions tests/testsuite/clippy.rs

This file was deleted.

0 comments on commit 0c0231e

Please sign in to comment.