mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-27 03:31:35 +00:00
Run rustfmt
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
use core::mem;
|
||||
|
||||
use convert::{FromWasmAbi, GlobalStack, IntoWasmAbi, ReturnWasmAbi, Stack};
|
||||
use convert::slices::WasmSlice;
|
||||
use describe::{inform, FUNCTION, WasmDescribe};
|
||||
use convert::{FromWasmAbi, GlobalStack, IntoWasmAbi, ReturnWasmAbi, Stack};
|
||||
use describe::{inform, WasmDescribe, FUNCTION};
|
||||
use throw_str;
|
||||
|
||||
macro_rules! stack_closures {
|
||||
|
Reference in New Issue
Block a user