From 101ce1a3be9eb63c1d5875c3b82b0ba138670787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 11 Sep 2016 10:22:44 +0200 Subject: [PATCH] Add racer, rustsym and clippy --- common/configure_fresh_system | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index c497377a..e29ad144 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -98,6 +98,9 @@ if [[ -z $NORUST ]]; then git submodule update --init --recursive fi 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