diff --git a/wgpu-core/src/track/mod.rs b/wgpu-core/src/track/mod.rs index b2548f08ae..ad61e5e859 100644 --- a/wgpu-core/src/track/mod.rs +++ b/wgpu-core/src/track/mod.rs @@ -301,7 +301,7 @@ impl fmt::Display for InvalidUse { write!( f, "conflicting usages. Current usage {current:?} and new usage {new:?}. \ - {exclusive:?} is an exclusive usage and cannot be used with any other\ + {exclusive:?} is an exclusive usage and cannot be used with any other \ usages within the usage scope (renderpass or compute dispatch)" ) }