Add racer, rustsym and clippy
This commit is contained in:
parent
e1d032ac07
commit
101ce1a3be
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ if [[ -z $NORUST ]]; then
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
fi
|
fi
|
||||||
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 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