From 15a6179b972a3ebdac0334712dba29081a18de7e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 3 Aug 2018 14:14:27 -0700 Subject: [PATCH] Stop installing rustfmt-preview, it's already present --- ci/test-stable.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 05a6138724..7abb665889 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -11,7 +11,6 @@ _() { "$@" } -_ rustup component add rustfmt-preview _ cargo fmt -- --check _ cargo build --verbose _ cargo test --verbose