From 6afca96ddff7d6032e4125962e5fc7fc7f4a5f82 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 10 Nov 2023 13:55:18 +0000 Subject: [PATCH] ci: disallow dbg macro --- .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 51901f03e..8da78672b 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 + run: cargo clippy --workspace --tests --all-features -- -A unknown_lints -D dbg_macro public-api-diff: runs-on: ubuntu-latest