From 586c7edc3a28c3a9a62dbe4e35961e3bc7a0cf0b Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 11 Feb 2022 13:49:20 -0500 Subject: [PATCH] remove unnecessary import --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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;