We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a4081 commit d2bd450Copy full SHA for d2bd450
.github/workflows/main.yml
@@ -150,7 +150,9 @@ jobs:
150
mkdir mdbook
151
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
152
echo `pwd`/mdbook >> $GITHUB_PATH
153
- - run: cargo doc --no-deps
+ - run: cargo doc --document-private-items --no-deps
154
+ env:
155
+ RUSTDOCFLAGS: -D warnings
156
- run: cd src/doc && mdbook build --dest-dir ../../target/doc
157
- run: |
158
cd src/doc
0 commit comments