commit 231ba26b5d5ebb152a69b85b23cab14536b67f57 parent 365a8e6eff692085c5e0d813954f43884624fb16 Author: 0xflotus <0xflotus@gmail.com> Date: Fri, 1 Jan 2021 03:01:12 +0100 chore: removed unused import Diffstat:
M | src/lib.rs | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/lib.rs b/src/lib.rs @@ -4,7 +4,6 @@ extern crate pager; use pager::Pager; use std::fs::File; use std::io::{BufReader, Read}; -use std::path::Path; mod fetch; pub mod storage;