Skip to content

Commit

Permalink
ci: check cargo doc --document-private-items
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Aug 25, 2023
1 parent 175514d commit 0f5deca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
uses: dtolnay/rust-toolchain@nightly

- name: cargo doc (all features)
run: cargo doc --all-features --no-deps --workspace
run: cargo doc --all-features --no-deps --document-private-items --workspace
env:
RUSTDOCFLAGS: -Dwarnings

Expand Down

0 comments on commit 0f5deca

Please sign in to comment.