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.
1 parent 6683438 commit 2667544Copy full SHA for 2667544
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: dtolnay/rust-toolchain@master
36
with:
37
toolchain: ${{ matrix.rust }}
38
- - run: cargo check ${{ matrix.features }}
+ - run: RUSTFLAGS="--deny warnings" cargo check ${{ matrix.features }}
39
40
test:
41
name: test
0 commit comments