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 802d1d6 commit a29c729Copy full SHA for a29c729
1 file changed
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
run: cargo fmt --all -- --check
95
96
- name: Run clippy
97
- run: cargo clippy --workspace --all-features -- -D warnings
+ run: cargo clippy --workspace --all-features
98
99
build:
100
name: Build
0 commit comments