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 da27926 commit 21daa96Copy full SHA for 21daa96
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
components: clippy
41
- uses: Swatinem/rust-cache@v2
42
- - run: cargo clippy --all-targets --all-features -- -D warnings
+ - run: cargo clippy --all-features -- -D warnings
43
44
test:
45
name: Test
0 commit comments