We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a418a39 commit cee4f6fCopy full SHA for cee4f6f
libchisel/src/lib.rs
@@ -11,6 +11,7 @@ pub mod verifyimports;
11
pub mod verifyinstructions;
12
mod instructionerrors;
13
14
+use crate::instructionerrors::*;
15
use parity_wasm::elements::*;
16
17
pub trait ModuleCreator {
0 commit comments