From d31b947184a52dee31f5a250c32f79cc82cf8505 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 5 Sep 2020 09:32:05 -0400 Subject: [PATCH] remove lru create from main --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) 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};