Move clippy to Rust stable

This commit is contained in:
Greg Fitzgerald 2018-09-27 14:46:10 -06:00
parent 8d007bd7f7
commit f9fe6a0f72
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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