Skip to content

Commit f4f3a8a

Browse files
committed
chore: Workaround for clippy bug: rust-lang/rust-clippy#12377
1 parent 1749e26 commit f4f3a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Code Format Check | App
4949
run: "cargo +nightly fmt -- --check --config-path ./"
5050
- name: Lint | App
51-
run: "cargo clippy -- -D warnings"
51+
run: "cargo clippy -- -A 'clippy::empty-docs' -D warnings"
5252

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

0 commit comments

Comments
 (0)