Skip to content

Commit

Permalink
Readd Clippy now that toolchain install is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Nov 21, 2019
1 parent 00e02a1 commit ceb795f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions azure/nightly-stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@ stages:
parameters:
name: rustfmt
rust: nightly
# disabled until we get https://github.com/rust-lang/rustup.rs/issues/2005
# - template: cargo-clippy.yml
# parameters:
# name: clippy
# setup: ${{ parameters.setup }}
# rust: nightly
- template: cargo-clippy.yml
parameters:
name: clippy
setup: ${{ parameters.setup }}
rust: nightly
- ${{ if ne('', parameters.codecov_token) }}:
- stage: ${{ format('{0}coverage', parameters.prefix) }}
${{ if ne(parameters.prefix, '') }}:
Expand Down

0 comments on commit ceb795f

Please sign in to comment.