Skip to content

Commit

Permalink
Enable the custom feature for rustdoc job
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jun 12, 2024
1 parent 83405b9 commit 39136ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
- name: Generate Docs
env:
RUSTDOCFLAGS: "-Dwarnings --cfg docsrs"
run: cargo doc --no-deps
run: cargo doc --no-deps --features custom

0 comments on commit 39136ab

Please sign in to comment.