diff options
author | Alex Auvolat <alex@adnab.me> | 2022-06-01 00:06:26 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-06-01 00:06:26 +0200 |
commit | 0700e27127e4644dbd323b9a22d994209143fa2a (patch) | |
tree | 9f11ab2f7192af2f88a16c12807229201460d307 /src/mail_uuid.rs | |
parent | dd62efa24c66eaec87b0cbb99fc48d6bf8441801 (diff) | |
download | aerogramme-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.rs | 2 |
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::*; |