We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af952f commit c393310Copy full SHA for c393310
.github/workflows/rust.yml
@@ -60,7 +60,7 @@ jobs:
60
with:
61
cache-on-failure: "true"
62
- name: Run clippy
63
- run: cargo clippy --all --lib
+ run: cargo clippy --all --lib --all-features -- -D clippy::all
64
65
build-wasm-nostd:
66
runs-on: ubuntu-latest
0 commit comments