ietf

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 73c4d4f1c8515517b659f16ceb96c117897f1631
parent 365a8e6eff692085c5e0d813954f43884624fb16
Author: cy6erlion <50733658+cy6erlion@users.noreply.github.com>
Date:   Fri,  1 Jan 2021 08:59:43 +0200

Merge pull request #7 from 0xflotus/patch-2

chore: removed unused import
Diffstat:
Msrc/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;