Skip to content

Commit

Permalink
fixup! [ci] Re-enable cargo doc --document-private-items in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Sep 5, 2024
1 parent 3ed5753 commit 6bc11f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6bc11f3

Please sign in to comment.