Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Re-enable
cargo doc --document-private-items
in CI (#6224)
[ci] Re-enable `cargo doc --document-private-items` in CI Re-enable CI checks that naga, wgpu-core, and wgpu-hal documentation builds without warnings, even with `--document-private-items`. This was previously disabled due to #4905, which causes long build times, but with the de-generification of `wgpu_core`, that's no longer a problem: a build of all three crates' docs now takes only 7s. --------- Co-authored-by: Erich Gubler <[email protected]>
- Loading branch information