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 9f374c8 commit ada4527Copy full SHA for ada4527
.github/workflows/ci.yaml
@@ -55,4 +55,4 @@ jobs:
55
56
- name: Clippy
57
run: |
58
- cargo clippy --release --all-features --target ${{ matrix.target }}
+ cargo clippy --release --target ${{ matrix.target }}
justfile
@@ -87,7 +87,6 @@ rustflags := "-C link-arg=-s"
87
RUSTFLAGS="{{ rustflags }}" cargo clippy \
88
--workspace \
89
--release \
90
- --all-features \
91
--target x86_64-unknown-linux-gnu \
92
--target-dir "{{ cargo_dir }}"
93
0 commit comments