Skip to content

Commit ada4527

Browse files
committed
cleanup: there are no features
1 parent 9f374c8 commit ada4527

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
5656
- name: Clippy
5757
run: |
58-
cargo clippy --release --all-features --target ${{ matrix.target }}
58+
cargo clippy --release --target ${{ matrix.target }}

justfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ rustflags := "-C link-arg=-s"
8787
RUSTFLAGS="{{ rustflags }}" cargo clippy \
8888
--workspace \
8989
--release \
90-
--all-features \
9190
--target x86_64-unknown-linux-gnu \
9291
--target-dir "{{ cargo_dir }}"
9392

0 commit comments

Comments
 (0)