In GitHub CI, check that docs build for private items in wgpu. (#8514)

This commit is contained in:
Jim Blandy 2025-11-12 07:09:22 -08:00 committed by GitHub
parent 0e7dce9fb0
commit 39f7dbcaf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -336,11 +336,11 @@ jobs:
run: |
set -e
# wgpu_core package
cargo --locked doc --target ${{ matrix.target }} ${{ matrix.extra-flags }} \
--package wgpu-core \
--package wgpu-hal \
--package naga \
--package wgpu \
--all-features --no-deps --document-private-items
# We run minimal checks on the MSRV of the core crates, ensuring that