Skip to content

Commit

Permalink
chore: Workaround for clippy bug: rust-lang/rust-clippy#12377
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmistry committed Mar 7, 2024
1 parent 1749e26 commit f4f3a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ jobs:
- name: Code Format Check | App
run: "cargo +nightly fmt -- --check --config-path ./"
- name: Lint | App
run: "cargo clippy -- -D warnings"
run: "cargo clippy -- -A 'clippy::empty-docs' -D warnings"

build:
needs: [static-analysis, set-vars]

0 comments on commit f4f3a8a

Please sign in to comment.