From 0cdc64a645e95d9455ab2294e70d33845567dba1 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Wed, 6 Dec 2023 10:12:56 +0100 Subject: [PATCH] Remove allowed Clippy flags They are no longer triggered. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fbf3ff68..2a2bdaff6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,8 +101,7 @@ jobs: with: components: clippy - name: Clippy - # NOTE: `clippy::uninlined-format-args` is enabled due to MSRV. - run: cargo clippy --all-targets --all-features -- -D warnings -A clippy::cognitive-complexity -A clippy::uninlined-format-args + run: cargo clippy --all-targets --all-features -- -D warnings Docs: runs-on: ubuntu-latest timeout-minutes: 10