mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-16 17:02:32 +00:00
Fix typo (#3719)
The error previously printed "otherusages" without a space
This commit is contained in:
parent
72c6324b63
commit
4220a42139
@ -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)"
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user