Add clippy via rustup

This commit is contained in:
Cyryl Płotnicki 2018-07-21 15:07:43 +01:00
parent c4afe9bce2
commit f05ec6212e

View file

@ -102,10 +102,12 @@ if [[ -z $NORUST ]]; then
rustup default stable
rustup component add rls-preview --toolchain stable
rustup component add clippy-preview --toolchain stable
rustup component add rust-analysis --toolchain stable
rustup component add rust-src --toolchain stable
rustup component add rls-preview --toolchain nightly
rustup component add clippy-preview --toolchain nightly
rustup component add rust-analysis --toolchain nightly
rustup component add rust-src --toolchain nightly