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 e42dbe2 commit 42cda03Copy full SHA for 42cda03
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/checkout@v4
39
40
- name: Run Cargo clippy
41
- run: cargo clippy -- --deny warnings
+ run: cargo clippy --all-features -- --deny warnings
42
43
no-alloc:
44
runs-on: ubuntu-latest
@@ -50,4 +50,4 @@ jobs:
50
run: rustup target add x86_64-unknown-none
51
52
- name: Check build on no-std/no-alloc target
53
- run: cargo build --target x86_64-unknown-none
+ run: cargo build --all-features --target x86_64-unknown-none
0 commit comments