Skip to content

Commit 9c9b624

Browse files
committed
add use statement
1 parent b0dba80 commit 9c9b624

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libchisel/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ pub mod verifyimports;
1313
pub mod verifyinstructions;
1414
mod instructionerrors;
1515

16+
use crate::instructionerrors::*;
17+
use parity_wasm::elements::*;
18+
1619
#[derive(Eq, PartialEq, Debug)]
1720
pub enum ModuleError {
1821
NotSupported,

0 commit comments

Comments
 (0)