do not install cargo-clippy on stable rust

This commit is contained in:
Cyryl Płotnicki 2016-09-11 10:24:59 +02:00
parent 101ce1a3be
commit 04abf4ce4d

View file

@ -100,7 +100,6 @@ if [[ -z $NORUST ]]; then
cargo install -j $jobs_count -f rustfmt
cargo install -j $jobs_count -f racer
cargo install -j $jobs_count -f rustsym
cargo install -j $jobs_count -f cargo-clippy
fi
if [[ -z $NORUBY ]]; then