Skip to content

Commit 8b308ea

Browse files
committed
Address review
1 parent b918551 commit 8b308ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wgpu/src/backend/direct.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ impl fmt::Debug for Context {
4141
}
4242

4343
impl Context {
44-
#[cfg(any(not(target_arch = "wasm32"), target_os = "emscripten"))]
4544
pub unsafe fn from_hal_instance<A: wgc::hub::HalApi>(hal_instance: A::Instance) -> Self {
4645
Self(unsafe {
4746
wgc::hub::Global::from_hal_instance::<A>(

0 commit comments

Comments
 (0)