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 08bc8dc commit 91b2564Copy full SHA for 91b2564
.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
35
key: ${{ runner.os }}-cargo-clippy
36
- run: |
37
rustup component add clippy
38
- cargo clippy --all-features -- -D clippy::all
+ cargo clippy --all-targets --all-features -- -D warnings
39
40
test-and-coverage:
41
name: cargo test and coverage
0 commit comments