Browse Source

remove lru create from main

master
Jonathan Cobb 4 years ago
parent
commit
d31b947184
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/main.rs

+ 0
- 2
src/main.rs View File

@@ -4,8 +4,6 @@
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/ */


extern crate lru;

use std::process::exit; use std::process::exit;


use clap::{Arg, ArgMatches, App}; use clap::{Arg, ArgMatches, App};


Loading…
Cancel
Save