aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-08-07 15:01:35 +0100
committerNerdyPepper <[email protected]>2019-08-07 15:01:35 +0100
commit943e085949ac50597a7386dc19ed84e39a9ce201 (patch)
tree2801bfe537c1c43baa864c314e2b4502a216ff68
parent39e4e643981d5ac52a440bf7e3691fca3228b1d2 (diff)
remove unused crates
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index ea9e65a..c9debe5 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -41,7 +41,6 @@ lazy_static! {
41} 41}
42 42
43fn main() { 43fn main() {
44 env_logger::init();
45 if !CONFIGURATION.input.is_empty() { 44 if !CONFIGURATION.input.is_empty() {
46 // command mode // 45 // command mode //
47 let evaled = eval_math_expression(&CONFIGURATION.input[..], Some(0.)); 46 let evaled = eval_math_expression(&CONFIGURATION.input[..], Some(0.));