Cargo fmt

This commit is contained in:
losfair
2019-07-04 01:45:54 +08:00
parent f32b22d571
commit 02464991da
4 changed files with 5 additions and 8 deletions

View File

@ -11,10 +11,8 @@
//!
use std::any::Any;
use std::cell::Cell;
use wasmer_runtime_core::fault::{
begin_unsafe_unwind, catch_unsafe_unwind, ensure_sighandler,
};
use wasmer_runtime_core::codegen::BreakpointMap;
use wasmer_runtime_core::fault::{begin_unsafe_unwind, catch_unsafe_unwind, ensure_sighandler};
use wasmer_runtime_core::typed_func::WasmTrapInfo;
thread_local! {