diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-13 23:20:04 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-13 23:20:16 +0000 |
| commit | 8697aceb72680e510fef459dbdd4120aaeb8a66d (patch) | |
| tree | 0fac0ee53ac323d66c1245c5503bb2ca64b25e7a /src/local | |
| parent | Update README.md (diff) | |
| download | atuin-8697aceb72680e510fef459dbdd4120aaeb8a66d.zip | |
Fix clippy issues
Diffstat (limited to 'src/local')
| -rw-r--r-- | src/local/history.rs | 1 | ||||
| -rw-r--r-- | src/local/import.rs | 1 |
2 files changed, 0 insertions, 2 deletions
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; |
