remove a clippy specific option
This commit is contained in:
parent
718a78564f
commit
64383289bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/oxipng.yml
vendored
2
.github/workflows/oxipng.yml
vendored
|
|
@ -112,7 +112,7 @@ jobs:
|
||||||
| sarif-fmt
|
| sarif-fmt
|
||||||
|
|
||||||
- name: Run Check for all feature combinations
|
- name: Run Check for all feature combinations
|
||||||
run: cargo hack check --no-deps --all-targets --feature-powerset \
|
run: cargo hack check --all-targets --feature-powerset \
|
||||||
--exclude-features sanity-checks,system-libdeflate \
|
--exclude-features sanity-checks,system-libdeflate \
|
||||||
-- -D warnings
|
-- -D warnings
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue