We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5c1a84 + 78b54ab commit 5fd9c9bCopy full SHA for 5fd9c9b
1 file changed
.github/workflows/push.yaml
@@ -212,6 +212,8 @@ jobs:
212
run: |
213
rustup component add clippy
214
cargo clippy --workspace --all-targets -- -D warnings
215
+ cargo clippy --workspace --all-targets --no-default-features -- -D warnings
216
+ cargo clippy --workspace --all-targets --all-features -- -D warnings
217
218
# Find unused cargo dependencies
219
cargo-machete:
0 commit comments