We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec463c commit 362d203Copy full SHA for 362d203
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- uses: dtolnay/rust-toolchain@stable
25
- - run: cargo check ${{ matrix.features }}
+ - run: RUSTFLAGS="--deny warnings" cargo check ${{ matrix.features }}
26
27
msrv:
28
runs-on: ubuntu-latest
0 commit comments