mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 05:31:32 +00:00
Fix lint
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use crate::Module;
|
||||
use std::path::Path;
|
||||
use wasmer_runtime_core::cache::{hash_data, Cache as CoreCache};
|
||||
use wasmer_runtime_core::module::{WasmHash};
|
||||
use wasmer_runtime_core::module::WasmHash;
|
||||
|
||||
pub use wasmer_runtime_core::cache::Error;
|
||||
|
||||
@ -136,4 +136,3 @@ pub trait Cache {
|
||||
unsafe fn load(&self, key: Self::Key) -> Result<Module, Self::LoadError>;
|
||||
fn store(&mut self, module: Module) -> Result<Self::Key, Self::StoreError>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user