We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c565c8b commit 6b591abCopy full SHA for 6b591ab
.github/workflows/dev.yml
@@ -310,11 +310,11 @@ jobs:
310
- id: "docs"
311
name: "run rustdoc"
312
run: |
313
- RUSTDOCFLAGS="-D warnings" just \
+ RUSTDOCFLAGS="-D warnings --document-private-items --allow rustdoc::all" just \
314
debug_justfile="${{matrix.debug_justfile}}" \
315
profile=${{matrix.profile.name}} \
316
target=x86_64-unknown-linux-gnu \
317
- ${{matrix.profile.sterile}} cargo doc
+ ${{matrix.profile.sterile}} cargo doc --workspace --no-deps
318
319
- name: "Setup tmate session for debug"
320
if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
0 commit comments