Skip to content

Commit a16aeb5

Browse files
committed
wgpu: fix clippy
1 parent a589f2f commit a16aeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphics/mygraphics/src/wgpu_renderer/swapchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl<'a> MySwapchainManager<'a> {
8585
self.should_recreate = true;
8686
}
8787
Err(e) => {
88-
anyhow::bail!("get_current_texture() failed: {}", e)
88+
anyhow::bail!("get_current_texture() failed: {e}")
8989
}
9090
};
9191
}

0 commit comments

Comments
 (0)