Attempt fixing clippy for CI

This commit is contained in:
Alex Good 2020-03-02 11:42:06 +00:00
parent aada808bc8
commit 5cbaf355e2

View file

@ -5,6 +5,7 @@ rust:
- nightly
cache: cargo
before_script:
- rustup self update
- rustup component add clippy --toolchain=nightly || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy #clippy is sometimes not availble for nightly
- rustup component add rustfmt
script: