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 3226cfc commit 53a3fc2Copy full SHA for 53a3fc2
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: dtolnay/rust-toolchain@stable
30
with:
31
components: clippy
32
- - run: cargo clippy --all-targets --features ${{ matrix.backend }} -- -D warnings
+ - run: cargo clippy --all-targets --features ${{ matrix.backend }}
33
34
tests:
35
name: Tests
0 commit comments