Skip to content

Commit cee4f6f

Browse files
committed
add use statement
1 parent a418a39 commit cee4f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libchisel/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pub mod verifyimports;
1111
pub mod verifyinstructions;
1212
mod instructionerrors;
1313

14+
use crate::instructionerrors::*;
1415
use parity_wasm::elements::*;
1516

1617
pub trait ModuleCreator {

0 commit comments

Comments
 (0)