From f9fe6a0f72a3dd370e5610f7713475fd0c0a6944 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 27 Sep 2018 14:46:10 -0600 Subject: [PATCH] Move clippy to Rust stable --- ci/test-nightly.sh | 4 ---- ci/test-stable.sh | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/test-nightly.sh b/ci/test-nightly.sh index 8ee93316ae..24eaa1248c 100755 --- a/ci/test-nightly.sh +++ b/ci/test-nightly.sh @@ -13,10 +13,6 @@ _() { _ cargo build --verbose --features unstable _ cargo test --verbose --features=unstable -# TODO: Re-enable warnings-as-errors after clippy offers a way to not warn on unscoped lint names. -#_ cargo clippy -- --deny=warnings -_ cargo clippy - exit 0 # Coverage disabled (see issue #433) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index e2797dd91c..8c9252c2eb 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -15,6 +15,10 @@ _ cargo fmt -- --check _ cargo build --verbose _ cargo test --verbose +# TODO: Re-enable warnings-as-errors after clippy offers a way to not warn on unscoped lint names. +#_ cargo clippy -- --deny=warnings +_ cargo clippy + echo --- ci/localnet-sanity.sh ( set -x