Remove argument document-private-items from nightly build

This commit is contained in:
Daniel Schischkin 2022-01-28 17:28:25 +01:00
parent 67ac91a809
commit 01b3bc85c9
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 --document-private-items
- RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features
tags:
- amd64