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/local/history.rs | 1 - src/local/import.rs | 1 - 2 files changed, 2 deletions(-) (limited to 'src/local') diff --git a/src/local/history.rs b/src/local/history.rs index bb8b9123..893edbb7 100644 --- a/src/local/history.rs +++ b/src/local/history.rs @@ -1,6 +1,5 @@ use std::env; -use hostname; use uuid::Uuid; #[derive(Debug)] diff --git a/src/local/import.rs b/src/local/import.rs index 0b237814..e8552397 100644 --- a/src/local/import.rs +++ b/src/local/import.rs @@ -4,7 +4,6 @@ use std::fs::File; use std::io::{BufRead, BufReader}; -use chrono::{TimeZone, Utc}; use eyre::{eyre, Result}; use crate::local::history::History; -- cgit v1.3.1