From 64383289bbc7ed09d145eaa9b0b3944e0fa85ff8 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 8 Nov 2025 13:50:44 +0100 Subject: [PATCH] remove a clippy specific option --- .github/workflows/oxipng.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index 29ed0788..3a2cb03d 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -112,7 +112,7 @@ jobs: | sarif-fmt - 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 \ -- -D warnings