Disable specialization-warnings (#10981)

* Disable specialization-warnings

* nudge
This commit is contained in:
Jack May 2020-07-10 11:06:10 -07:00 committed by GitHub
parent 491f5ae61a
commit e2c7f446a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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