From d470955032967289f040800852dca044f3182aff Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Sun, 10 Sep 2023 15:16:57 +0200 Subject: [PATCH] Add --document-private-items to Docs CI (#30329) Docs CI overrides RUSTDOCFLAGS --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8ae2fdefa72..71891e5fe6a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: - name: Compile docs run: python3 ./mach doc env: - RUSTDOCFLAGS: -Z unstable-options --disable-minification + RUSTDOCFLAGS: -Z unstable-options --disable-minification --document-private-items - name: Upload docs run: | cd target/doc