From 5b2085f4144cff07e826af0e90acbdb2eac49de7 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 10 Nov 2023 13:57:49 +0000 Subject: [PATCH] ci: fix clippy lint --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8da78672b..2808e96d6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: components: clippy - name: Check with Clippy - run: cargo clippy --workspace --tests --all-features -- -A unknown_lints -D dbg_macro + run: cargo clippy --workspace --tests --all-features -- -A unknown_lints -D clippy::dbg_macro public-api-diff: runs-on: ubuntu-latest