Skip to content

Commit

Permalink
Fix trac(y/ing) compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Dec 30, 2021
1 parent 66a661d commit 1205240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 1205240

Please sign in to comment.