mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 22:20:18 +00:00
Add nightly clippy fix.
This commit is contained in:
parent
dbfe5467f1
commit
bd3e9b9b87
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ before_install:
|
|||
fi
|
||||
before_script:
|
||||
- rustup target add $TARGET
|
||||
- rustup component add clippy --toolchain=nightly || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
|
||||
- rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
|
||||
script:
|
||||
- cargo clippy -- -D clippy::all
|
||||
- cargo build --verbose --target $TARGET
|
||||
|
|
Loading…
Reference in a new issue