Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit b58321f

Browse files
committed
Fixed rustdoc flag position
1 parent f62e4df commit b58321f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
uses: actions-rs/cargo@v1
257257
with:
258258
command: rustdoc
259-
args: --all-features --cfg docsrs -- -D warnings
259+
args: --all-features -- -D warnings --cfg docsrs
260260

261261
udeps:
262262
name: Unused Dependencies

0 commit comments

Comments
 (0)