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 2302a8b commit 296fc59Copy full SHA for 296fc59
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
${{ runner.os }}-target-${{ matrix.rust }}-
69
70
- name: Run clippy
71
- run: cargo clippy --all-targets --all-features -- -D warnings
+ run: cargo clippy --all-targets --all-features --no-deps -- -D warnings
72
73
- name: Run tests
74
run: cargo test --all-features
0 commit comments