diff --git a/src/stubwasi.rs b/src/stubwasi.rs index b861552..1dae27a 100644 --- a/src/stubwasi.rs +++ b/src/stubwasi.rs @@ -1,6 +1,6 @@ use std::collections::HashMap; -use anyhow::{bail, Error, Result}; +use anyhow::{bail, Result}; use wasm_convert::IntoValType; use wasm_encoder::{ CodeSection, ExportKind, ExportSection, Function, FunctionSection, Instruction as Ins, Module,