From 21095d29f348d8c965df9871bbc0644de5000a53 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 23 Apr 2022 20:29:36 +0300 Subject: Format, refactor, succinct errors --- src/block.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/block.rs') diff --git a/src/block.rs b/src/block.rs index e707779..1a61d72 100644 --- a/src/block.rs +++ b/src/block.rs @@ -9,7 +9,6 @@ //! Users are held in memory and they're also backed up to text files use chrono::{NaiveDate, NaiveDateTime}; use serde::{Deserialize, Serialize}; -use std::{string::String, vec::Vec}; pub type Fingerprint = String; pub type Id = String; -- cgit v1.2.3-70-g09d2