mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Fix typo (#3719)
The error previously printed "otherusages" without a space
This commit is contained in:
@@ -301,7 +301,7 @@ impl<T: ResourceUses> fmt::Display for InvalidUse<T> {
|
||||
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)"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user