We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a589f2f commit a16aeb5Copy full SHA for a16aeb5
graphics/mygraphics/src/wgpu_renderer/swapchain.rs
@@ -85,7 +85,7 @@ impl<'a> MySwapchainManager<'a> {
85
self.should_recreate = true;
86
}
87
Err(e) => {
88
- anyhow::bail!("get_current_texture() failed: {}", e)
+ anyhow::bail!("get_current_texture() failed: {e}")
89
90
};
91
0 commit comments