From f05ec6212ee48792c702f0e463f6f1f4b9df7e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 21 Jul 2018 15:07:43 +0100 Subject: [PATCH] Add clippy via rustup --- common/configure_fresh_system.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index 86a6b523..4c52cd5f 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -102,10 +102,12 @@ if [[ -z $NORUST ]]; then rustup default stable rustup component add rls-preview --toolchain stable + rustup component add clippy-preview --toolchain stable rustup component add rust-analysis --toolchain stable rustup component add rust-src --toolchain stable rustup component add rls-preview --toolchain nightly + rustup component add clippy-preview --toolchain nightly rustup component add rust-analysis --toolchain nightly rustup component add rust-src --toolchain nightly