wgpu: Appease beta clippy. again.

This commit is contained in:
Nathan Adams 2022-12-24 23:46:22 +01:00
parent 91561e8c35
commit b4c2030af8
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ impl Pipelines {
let complex_blend_pipelines = enum_map! {
blend => create_shape_pipeline(
&format!("Complex Blend: {:?}", blend),
&format!("Complex Blend: {blend:?}"),
device,
format,
&shaders.blend_shaders[blend],