We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-D warnings
cargo check-all-features
1 parent 9b93078 commit 605b3c4Copy full SHA for 605b3c4
.github/workflows/ci.yaml
@@ -1316,6 +1316,8 @@ jobs:
1316
run: |
1317
rustup target install "$TARGET"
1318
- name: Build every combination
1319
+ env:
1320
+ RUSTFLAGS: -D warnings
1321
1322
cargo check-all-features --root-only
1323
ci/actions-templates/all-features-template.yaml
@@ -38,5 +38,7 @@ jobs: # skip-all
38
39
40
41
42
43
44
0 commit comments