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

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