Skip to content

Commit 0cac19f

Browse files
authored
Disable Rust 2021 compat warnings (#37)
These should be handled when doing the upgrade, and still cause false positives in Post-2021 crates (such as zookeeper-operator).
1 parent 8aca914 commit 0cac19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
CARGO_TERM_COLOR: always
1717
CARGO_INCREMENTAL: '0'
1818
CARGO_PROFILE_DEV_DEBUG: '0'
19-
RUSTFLAGS: "-D warnings -W rust-2021-compatibility"
19+
RUSTFLAGS: "-D warnings"
2020

2121
jobs:
2222

0 commit comments

Comments
 (0)