cleaned up unused import
This commit is contained in:
parent
b73ef17d8d
commit
4a7e284047
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -14,9 +14,7 @@ use evalexpr::{
|
|||
eval_with_context_mut,
|
||||
|
||||
HashMapContext,
|
||||
Value,
|
||||
|
||||
Context
|
||||
Value
|
||||
};
|
||||
use termion::{
|
||||
color,
|
||||
|
|
Loading…
Reference in a new issue