Skip to content

Commit 1f4c165

Browse files
committed
ci: do not use all features with clippy
1 parent 2b3f924 commit 1f4c165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
- name: cargo fmt
4848
run: cargo fmt --all -- --check
4949
- name: cargo clippy
50-
run: cargo clippy --all-targets --all-features -- -D warnings
50+
run: cargo clippy --all-targets -- -D warnings

0 commit comments

Comments
 (0)