From 674041d78a621265a090a6de8da6d57bf1a9b4d2 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Thu, 3 Aug 2023 18:40:38 -0600 Subject: [PATCH] Add --document-private-items to doc tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08983da6..6e5eb6ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: with: toolchain: nightly - name: Generate Documentation - run: cargo doc --workspace --no-deps + run: cargo doc --workspace --no-deps --document-private-items no-unused-dependencies: runs-on: ubuntu-latest steps: