From ca06cbb74d8ea4c9600877d5ba61d0df2367b8e5 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 21 Apr 2024 22:20:57 +0200 Subject: [PATCH] Remove clippy allow (#353) --- .github/workflows/03-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/03-lint.yml b/.github/workflows/03-lint.yml index 9a73e7e0..868cd55b 100644 --- a/.github/workflows/03-lint.yml +++ b/.github/workflows/03-lint.yml @@ -14,7 +14,7 @@ jobs: lint: runs-on: ${{ inputs.os }} env: - PCAP_CI_CLIPPY_FLAGS: '-D warnings -A clippy::uninlined_format_args' + PCAP_CI_CLIPPY_FLAGS: '-D warnings' steps: - uses: actions/checkout@v4 - run: |