Skip to content

Commit 53a3fc2

Browse files
committed
Do not fail for clippy
1 parent 3226cfc commit 53a3fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: dtolnay/rust-toolchain@stable
3030
with:
3131
components: clippy
32-
- run: cargo clippy --all-targets --features ${{ matrix.backend }} -- -D warnings
32+
- run: cargo clippy --all-targets --features ${{ matrix.backend }}
3333

3434
tests:
3535
name: Tests

0 commit comments

Comments
 (0)