clip those clips

This commit is contained in:
Lokathor 2018-12-20 16:20:14 -07:00
parent 8ede9f524d
commit a1b85fa98f

View file

@ -9,6 +9,7 @@ rust:
before_script: before_script:
- rustup component add rust-src - rustup component add rust-src
- rustup component add clippy
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update) - (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild) - (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
- (test -x $HOME/.cargo/bin/cargo-make || cargo install cargo-make) - (test -x $HOME/.cargo/bin/cargo-make || cargo install cargo-make)