From e2c7f446a81ebf027bde6a72e8ba7efe483c6515 Mon Sep 17 00:00:00 2001 From: Jack May Date: Fri, 10 Jul 2020 11:06:10 -0700 Subject: [PATCH] Disable specialization-warnings (#10981) * Disable specialization-warnings * nudge --- ci/test-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 817e9d68d8..4ddde2fc34 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -27,7 +27,7 @@ echo --- build environment ) export RUST_BACKTRACE=1 -export RUSTFLAGS="-D warnings" +export RUSTFLAGS="-D warnings -A incomplete_features" # Only force up-to-date lock files on edge if [[ $CI_BASE_BRANCH = "$EDGE_CHANNEL" ]]; then