From 6bc11f39c9e653fd3fe07732d68dd5d3a9903e40 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 5 Sep 2024 15:15:40 -0400 Subject: [PATCH] fixup! [ci] Re-enable `cargo doc --document-private-items` in CI --- .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 0352b6199b..9762a8ecf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,7 +227,7 @@ jobs: set -e # wgpu_core package - cargo +${{ env.DOCS_RUST_VERSION }} doc --target ${{ matrix.target }} \ + cargo doc --target ${{ matrix.target }} \ --package wgpu-core \ --package wgpu-hal \ --package naga \