Add clippy via rustup
This commit is contained in:
parent
c4afe9bce2
commit
f05ec6212e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue