diff --git a/src/main.rs b/src/main.rs index c6c1408..0a7c768 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,8 +4,6 @@ * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ */ -extern crate lru; - use std::process::exit; use clap::{Arg, ArgMatches, App};