Skip to content

Commit

Permalink
[types]: Make Maintain implement Debug. (gfx-rs#5802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy authored Jun 13, 2024
1 parent b9b7050 commit eb69c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4470,7 +4470,7 @@ impl Default for ColorWrites {
}

/// Passed to `Device::poll` to control how and if it should block.
#[derive(Clone)]
#[derive(Clone, Debug)]
pub enum Maintain<T> {
/// On wgpu-core based backends, block until the given submission has
/// completed execution, and any callbacks have been invoked.
Expand Down

0 comments on commit eb69c5f

Please sign in to comment.