diff options
Diffstat (limited to 'src/block.rs')
| -rw-r--r-- | src/block.rs | 1 |
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 |
| 10 | use chrono::{NaiveDate, NaiveDateTime}; | 10 | use chrono::{NaiveDate, NaiveDateTime}; |
| 11 | use serde::{Deserialize, Serialize}; | 11 | use serde::{Deserialize, Serialize}; |
| 12 | use std::{string::String, vec::Vec}; | ||
| 13 | 12 | ||
| 14 | pub type Fingerprint = String; | 13 | pub type Fingerprint = String; |
| 15 | pub type Id = String; | 14 | pub type Id = String; |
