We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9752c0b commit 9f998caCopy full SHA for 9f998ca
.github/workflows/docs.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build user Documentation
46
run: |
47
cd coreutils
48
- cargo run --bin uudoc --all-features
+ cargo run --bin uudoc --all-features --document-private-items
49
cd docs
50
mdbook build
51
0 commit comments