aboutsummaryrefslogtreecommitdiffstats
path: root/src/block.rs
diff options
context:
space:
mode:
authorYigit Sever2022-04-23 20:29:36 +0300
committerYigit Sever2022-04-23 20:29:36 +0300
commit21095d29f348d8c965df9871bbc0644de5000a53 (patch)
treec13444763ca514869192022fac8b861bd8663620 /src/block.rs
parentd76de7951d995026feaeb92c278f45e810acd3de (diff)
downloadgradecoin-21095d29f348d8c965df9871bbc0644de5000a53.tar.gz
gradecoin-21095d29f348d8c965df9871bbc0644de5000a53.tar.bz2
gradecoin-21095d29f348d8c965df9871bbc0644de5000a53.zip
Format, refactor, succinct errors
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;