summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-04 16:59:03 -0400
committerMatan Kushner <hello@matchai.me>2019-04-04 16:59:03 -0400
commit52a529c62736d5186453f095b15b0ce038ec72a7 (patch)
tree7562f39cbb330a2056a4a0eddad82f2168fe3f16 /src/main.rs
parent7136059dcd4d3b3fe6857dcf0542bd850a50d813 (diff)
Add basic benchmarks
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index f1de02bbe..d6694e3dd 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,6 +1,5 @@
#[macro_use]
extern crate clap;
-extern crate ansi_term;
mod modules;
mod print;