mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Fix trac(y/ing) compile issue
This commit is contained in:
committed by
Dzmitry Malyshau
parent
66a661d14b
commit
276de0e2d6
@@ -535,7 +535,7 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
|
||||
None => return,
|
||||
};
|
||||
|
||||
profiling::scope!("enumerating", format!("{:?}", A::VARIANT));
|
||||
profiling::scope!("enumerating", &*format!("{:?}", A::VARIANT));
|
||||
let hub = HalApi::hub(self);
|
||||
let mut token = Token::root();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user