We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffdac1 commit f5299b6Copy full SHA for f5299b6
.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