Skip to content

Commit

Permalink
ci: disallow dbg macro
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 10, 2023
1 parent a48c292 commit 6afca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6afca96

Please sign in to comment.