diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-19 15:17:58 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-19 15:17:58 +0200 |
commit | f254f3370df1da79552401e54e50987aa59890ca (patch) | |
tree | e5dcd3164f2ee94126c072551e6b276e443139ed /src/mailbox.rs | |
parent | 1dcb11643c783096e1b52bf48d6b76121504e6bd (diff) | |
download | aerogramme-f254f3370df1da79552401e54e50987aa59890ca.tar.gz aerogramme-f254f3370df1da79552401e54e50987aa59890ca.zip |
cleanup
Diffstat (limited to 'src/mailbox.rs')
-rw-r--r-- | src/mailbox.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailbox.rs b/src/mailbox.rs index 8a90eb1..a20ca15 100644 --- a/src/mailbox.rs +++ b/src/mailbox.rs @@ -2,7 +2,6 @@ use anyhow::Result; use k2v_client::K2vClient; use rand::prelude::*; use rusoto_s3::S3Client; -use rusoto_signature::Region; use crate::bayou::Bayou; use crate::cryptoblob::Key; |