Don't run rust-2021-compatibility lints, our crates are already on 2021

This commit is contained in:
Lukas Wirth 2022-09-01 15:04:55 +02:00
parent 8110119fef
commit c6b7f45308

View File

@ -14,7 +14,7 @@ env:
CARGO_NET_RETRY: 10
CI: 1
RUST_BACKTRACE: short
RUSTFLAGS: "-D warnings -W unreachable-pub -W rust-2021-compatibility"
RUSTFLAGS: "-D warnings -W unreachable-pub -W bare-trait-objects"
RUSTUP_MAX_RETRIES: 10
jobs: