mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-02 02:11:06 +00:00
Remove an unused unsafe block
This commit is contained in:
parent
455e86ef6d
commit
cc11505dc8
@ -170,7 +170,7 @@ impl ToTokens for ast::Struct {
|
|||||||
<::wasm_bindgen::JsValue as ::wasm_bindgen::convert::WasmBoundary>
|
<::wasm_bindgen::JsValue as ::wasm_bindgen::convert::WasmBoundary>
|
||||||
::from_abi(
|
::from_abi(
|
||||||
#new_fn(ptr),
|
#new_fn(ptr),
|
||||||
unsafe { &mut ::wasm_bindgen::convert::GlobalStack::new() },
|
&mut ::wasm_bindgen::convert::GlobalStack::new(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user