Cleanup build warnings imports and unnecessary unsafe

This commit is contained in:
Brandon Fish
2019-04-20 20:37:39 -05:00
parent 6478500b8f
commit 9e93565a49
5 changed files with 6 additions and 8 deletions

View File

@ -5,7 +5,7 @@ use std::sync::Arc;
use wasmer_runtime_core::{
backend::{sys::Memory, CacheGen},
cache::{Artifact, Error},
module::{ModuleInfo, ModuleInner},
module::ModuleInfo,
structures::Map,
types::{LocalFuncIndex, SigIndex},
};