Skip to content

Commit 1383bae

Browse files
committed
fix: remove --all-features since only builds are alloc/std
1 parent fc3573e commit 1383bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: cargo fmt -- --check
5353

5454
- name: Lint with Clippy
55-
run: cargo clippy --all-targets --all-features -- -D warnings
55+
run: cargo clippy --all-targets -- -D warnings
5656

5757
- name: Run Audit
5858
run: cargo audit -D warnings

0 commit comments

Comments
 (0)