Skip to content

Commit 39136ab

Browse files
committed
Enable the custom feature for rustdoc job
1 parent 83405b9 commit 39136ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
- name: Generate Docs
7979
env:
8080
RUSTDOCFLAGS: "-Dwarnings --cfg docsrs"
81-
run: cargo doc --no-deps
81+
run: cargo doc --no-deps --features custom

0 commit comments

Comments
 (0)