Skip to content

Commit

Permalink
CI/rustdoc-pages: document everything (incl. private definitions).
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Nov 27, 2022
1 parent 962c03b commit b586de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
toolchain: nightly
override: true
- name: Build Docs
run: RUSTDOCFLAGS="--cfg docs_build" cargo doc
run: RUSTDOCFLAGS="--cfg docs_build" cargo doc --document-private-items
- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit b586de4

Please sign in to comment.