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