diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 149006459..9ac14a939 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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