Skip to content

Commit 462599a

Browse files
committed
Remove bad argument.
1 parent bf8d914 commit 462599a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: cargo clean --doc
4141

4242
- name: Build docs
43-
run: cargo doc --no-deps --warnings-as-errors
43+
run: cargo doc --no-deps
4444
env:
4545
RUSTDOCFLAGS: "-D warnings"
4646

0 commit comments

Comments
 (0)