diff --git a/lib/api/src/js/trap.rs b/lib/api/src/js/trap.rs index b0c269dca..200cf8956 100644 --- a/lib/api/src/js/trap.rs +++ b/lib/api/src/js/trap.rs @@ -2,7 +2,7 @@ use std::error::Error; use std::fmt; use std::sync::Arc; -use wasm_bindgen::{convert::FromWasmAbi, prelude::*, JsValue}; +use wasm_bindgen::{prelude::*, JsValue}; use wasm_bindgen_downcast::DowncastJS; pub trait CoreError: fmt::Debug + fmt::Display {