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]
|
[package]
|
||||||
name = "quickmaths"
|
name = "quickmaths"
|
||||||
version = "0.1.5"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# 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,
|
eval_with_context_mut,
|
||||||
|
|
||||||
HashMapContext,
|
HashMapContext,
|
||||||
Value,
|
Value
|
||||||
|
|
||||||
Context
|
|
||||||
};
|
};
|
||||||
use termion::{
|
use termion::{
|
||||||
color,
|
color,
|
||||||
|
|
Loading…
Reference in a new issue