Cargo fmt

This commit is contained in:
losfair
2019-05-23 20:10:34 +08:00
parent cf58305889
commit dcf52ef1a7
2 changed files with 17 additions and 5 deletions

View File

@ -6,7 +6,13 @@ use crate::{
types::{LocalOrImport, MemoryIndex},
vmcalls,
};
use std::{ffi::c_void, mem, ptr, sync::atomic::{AtomicUsize, Ordering}, sync::Once, cell::UnsafeCell};
use std::{
cell::UnsafeCell,
ffi::c_void,
mem, ptr,
sync::atomic::{AtomicUsize, Ordering},
sync::Once,
};
use hashbrown::HashMap;