mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
chore: Remove unused import
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user