From 8697aceb72680e510fef459dbdd4120aaeb8a66d Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 13 Feb 2021 23:20:04 +0000 Subject: Fix clippy issues --- src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 920cd0a3..835ebc86 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,3 @@ -use std::env; use std::path::PathBuf; use directories::ProjectDirs; @@ -8,10 +7,9 @@ use uuid::Uuid; #[macro_use] extern crate log; -use pretty_env_logger; use command::{history::HistoryCmd, import::ImportCmd}; -use local::database::{Database, SqliteDatabase}; +use local::database::SqliteDatabase; use local::history::History; mod command; -- cgit v1.3.1