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 e2c56d1 commit d5f4cc8Copy full SHA for d5f4cc8
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-features -- -D warnings
+ - run: cargo clippy --all-features -- -D clippy::correctness
43
44
test:
45
name: Test
0 commit comments