Move clippy to Rust stable
This commit is contained in:
@ -13,10 +13,6 @@ _() {
|
|||||||
_ cargo build --verbose --features unstable
|
_ cargo build --verbose --features unstable
|
||||||
_ cargo test --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
|
exit 0
|
||||||
|
|
||||||
# Coverage disabled (see issue #433)
|
# Coverage disabled (see issue #433)
|
||||||
|
@ -15,6 +15,10 @@ _ cargo fmt -- --check
|
|||||||
_ cargo build --verbose
|
_ cargo build --verbose
|
||||||
_ cargo test --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
|
echo --- ci/localnet-sanity.sh
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
|
Reference in New Issue
Block a user