Undo remove document-private-items arg

This commit is contained in:
Daniel Schischkin 2022-01-28 17:44:32 +01:00
parent 01b3bc85c9
commit 1d7fcd6d48
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ rust-nightly:
- rustup component add clippy
# We check these extra warnings on CI only, since we don't want to forbid them while developing.
- cargo clippy --all-features --tests -- -D clippy::dbg_macro -D clippy::print_stdout -D clippy::print_stderr
- RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features
- RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features --document-private-items
tags:
- amd64