aboutsummaryrefslogtreecommitdiffstats
path: root/src/block.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/block.rs')
-rw-r--r--src/block.rs1
1 files changed, 0 insertions, 1 deletions
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 @@
9//! Users are held in memory and they're also backed up to text files 9//! Users are held in memory and they're also backed up to text files
10use chrono::{NaiveDate, NaiveDateTime}; 10use chrono::{NaiveDate, NaiveDateTime};
11use serde::{Deserialize, Serialize}; 11use serde::{Deserialize, Serialize};
12use std::{string::String, vec::Vec};
13 12
14pub type Fingerprint = String; 13pub type Fingerprint = String;
15pub type Id = String; 14pub type Id = String;