do not install cargo-clippy on stable rust
This commit is contained in:
parent
101ce1a3be
commit
04abf4ce4d
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ if [[ -z $NORUST ]]; then
|
||||||
cargo install -j $jobs_count -f rustfmt
|
cargo install -j $jobs_count -f rustfmt
|
||||||
cargo install -j $jobs_count -f racer
|
cargo install -j $jobs_count -f racer
|
||||||
cargo install -j $jobs_count -f rustsym
|
cargo install -j $jobs_count -f rustsym
|
||||||
cargo install -j $jobs_count -f cargo-clippy
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $NORUBY ]]; then
|
if [[ -z $NORUBY ]]; then
|
||||||
|
|
Loading…
Reference in a new issue