Improved syntax

This commit is contained in:
Syrus
2019-12-20 22:01:18 -08:00
parent f3b9ecbaea
commit 71be5bea16
4 changed files with 5 additions and 18 deletions

View File

@ -11,11 +11,9 @@ use std::{
path::PathBuf,
};
use wasmer_runtime_core::cache::Error as CacheError;
pub use wasmer_runtime_core::{
cache::{Artifact, WasmHash},
};
pub use super::Backend;
use wasmer_runtime_core::cache::Error as CacheError;
pub use wasmer_runtime_core::cache::{Artifact, WasmHash};
/// A generic cache for storing and loading compiled wasm modules.
///