mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
Fix lint
This commit is contained in:
parent
9f40eedba8
commit
336c1d9c5f
@ -1,7 +1,7 @@
|
|||||||
use crate::Module;
|
use crate::Module;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use wasmer_runtime_core::cache::{hash_data, Cache as CoreCache};
|
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;
|
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>;
|
unsafe fn load(&self, key: Self::Key) -> Result<Module, Self::LoadError>;
|
||||||
fn store(&mut self, module: Module) -> Result<Self::Key, Self::StoreError>;
|
fn store(&mut self, module: Module) -> Result<Self::Key, Self::StoreError>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user