Skip to content

Commit 4a7ec1e

Browse files
zixuanzhaxic
authored andcommitted
add use statement
1 parent 987c1e0 commit 4a7ec1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libchisel/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ pub mod verifyimports;
2828
pub mod verifyinstructions;
2929
mod instructionerrors;
3030

31+
use crate::instructionerrors::*;
32+
33+
use parity_wasm::elements::*;
34+
3135
mod depgraph;
3236

3337
#[derive(Eq, PartialEq, Debug)]

0 commit comments

Comments
 (0)