diff --git a/src/lib.rs b/src/lib.rs index e0136b5..8bc9ee5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,6 @@ use wasm_bindgen::prelude::*; use web_sys::HtmlCanvasElement; mod func_plot; -use meval::Expr; #[global_allocator] static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;