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 0989b90 commit 89410c3Copy full SHA for 89410c3
.github/workflows/code_checks.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install protoc
29
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
30
- name: Run Cargo clippy
31
- run: cargo clippy --no-deps --all-targets -- -Dwarnings
+ run: cargo clippy --no-deps --all-targets --all-features -- -Dwarnings
32
33
udeps:
34
name: Check unused dependencies
0 commit comments