From 4a7e2840473e6db39a05d12793b5f92b81dd6ec3 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 26 Jun 2022 12:31:19 -0400 Subject: [PATCH] cleaned up unused import --- Cargo.toml | 2 +- src/main.rs | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64a4837..ddd89c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickmaths" -version = "0.1.5" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index 9210a8a..b365b71 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,9 +14,7 @@ use evalexpr::{ eval_with_context_mut, HashMapContext, - Value, - - Context + Value }; use termion::{ color,