Skip to content

Commit

Permalink
chore: satisfy unused_qualifications _again_ 😩
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Aug 28, 2024
1 parent aadca17 commit 6710d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ impl Drop for DropGuard {
}

#[cfg(any(gles, vulkan))]
impl std::fmt::Debug for DropGuard {
impl fmt::Debug for DropGuard {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
f.debug_struct("DropGuard").finish()
}
Expand Down

0 comments on commit 6710d94

Please sign in to comment.