aboutsummaryrefslogtreecommitdiff
path: root/src/mail_uuid.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-06-01 00:06:26 +0200
committerAlex Auvolat <alex@adnab.me>2022-06-01 00:06:26 +0200
commit0700e27127e4644dbd323b9a22d994209143fa2a (patch)
tree9f11ab2f7192af2f88a16c12807229201460d307 /src/mail_uuid.rs
parentdd62efa24c66eaec87b0cbb99fc48d6bf8441801 (diff)
downloadaerogramme-0700e27127e4644dbd323b9a22d994209143fa2a.tar.gz
aerogramme-0700e27127e4644dbd323b9a22d994209143fa2a.zip
Implement ToString and FromStr for bayou timestamp
Diffstat (limited to 'src/mail_uuid.rs')
-rw-r--r--src/mail_uuid.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail_uuid.rs b/src/mail_uuid.rs
index 647238f..ab76bce 100644
--- a/src/mail_uuid.rs
+++ b/src/mail_uuid.rs
@@ -1,5 +1,5 @@
-use std::sync::atomic::{AtomicU64, Ordering};
use std::str::FromStr;
+use std::sync::atomic::{AtomicU64, Ordering};
use lazy_static::lazy_static;
use rand::prelude::*;