mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
Disable Clippy for test code again.
This currently fails because of a false positive: https://github.com/rust-lang-nursery/rust-clippy/issues/2979
This commit is contained in:
committed by
Romain Ruetschi
parent
353f00ad58
commit
1333b4a7d0
@ -56,14 +56,14 @@ matrix:
|
||||
- libdw-dev
|
||||
- binutils-dev
|
||||
- libiberty-dev
|
||||
- zlib1g-dev
|
||||
- zlib1g-dev
|
||||
|
||||
- env: NAME='clippy'
|
||||
rust: nightly-2018-07-22
|
||||
before_script:
|
||||
- rustup component add clippy-preview
|
||||
script:
|
||||
- cargo clippy --all --tests --all-features -- -D clippy
|
||||
- cargo clippy --all --all-features -- -D clippy
|
||||
|
||||
env:
|
||||
global:
|
||||
|
Reference in New Issue
Block a user