From 04abf4ce4d2ee23792fdf3a3619f6085cd7e1fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 11 Sep 2016 10:24:59 +0200 Subject: [PATCH] do not install cargo-clippy on stable rust --- common/configure_fresh_system | 1 - 1 file changed, 1 deletion(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index e29ad144..0b8a5c16 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -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