mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 14:41:32 +00:00
codegen: Remove unused LoadError import
Rustc complains that: warning: unused import: `parse::LoadError` --> lib/runtime-core/src/codegen.rs:7:5 | 7 | parse::LoadError, | ^^^^^^^^^^^^^^^^ |
This commit is contained in:
@ -4,7 +4,6 @@ use crate::{
|
|||||||
cache::{Artifact, Error as CacheError},
|
cache::{Artifact, Error as CacheError},
|
||||||
error::{CompileError, CompileResult},
|
error::{CompileError, CompileResult},
|
||||||
module::{ModuleInfo, ModuleInner},
|
module::{ModuleInfo, ModuleInner},
|
||||||
parse::LoadError,
|
|
||||||
structures::Map,
|
structures::Map,
|
||||||
types::{FuncIndex, FuncSig, SigIndex},
|
types::{FuncIndex, FuncSig, SigIndex},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user