Skip to content

Commit

Permalink
[core] Update docs for private items. (#6219)
Browse files Browse the repository at this point in the history
Make `cargo doc --document-private-items` work again in wgpu-core.
  • Loading branch information
jimblandy authored Sep 5, 2024
1 parent 64ea7ef commit 36124b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wgpu-core/src/command/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ pub(crate) enum CommandEncoderStatus {
///
/// When a `CommandEncoder` is left in this state, we have also
/// returned an error result from the function that encountered
/// the problem. Future attempts to use the encoder (that is,
/// calls to [`CommandBuffer::get_encoder`]) will also return
/// the problem. Future attempts to use the encoder (for example,
/// calls to [`CommandBuffer::check_recording`]) will also return
/// errors.
///
/// Calling [`Global::command_encoder_finish`] in this state
Expand Down

0 comments on commit 36124b1

Please sign in to comment.