diff --git a/src/lib.rs b/src/lib.rs index 5353ad9..8fa8e3d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -60,7 +60,6 @@ use std::hash::{Hash, Hasher}; use std::io::BufRead; use std::ops::ControlFlow; use std::path::PathBuf; -use std::time::Instant; mod cache; mod theme;