diff options
author | Alex Auvolat <alex@adnab.me> | 2022-06-29 13:41:05 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-06-29 13:41:05 +0200 |
commit | 8b7eb1ca918d26901b0739526341128067ca1cbc (patch) | |
tree | 9bd9d8d4248f43a4f9dfaff7e5b83296f771463d /src/imap/flow.rs | |
parent | 1bc109df72a3d785211a128b3f28746232258924 (diff) | |
download | aerogramme-8b7eb1ca918d26901b0739526341128067ca1cbc.tar.gz aerogramme-8b7eb1ca918d26901b0739526341128067ca1cbc.zip |
work on prototypes
Diffstat (limited to 'src/imap/flow.rs')
-rw-r--r-- | src/imap/flow.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imap/flow.rs b/src/imap/flow.rs index 369bee6..0fe6f92 100644 --- a/src/imap/flow.rs +++ b/src/imap/flow.rs @@ -4,7 +4,6 @@ use std::fmt; use crate::mail::mailbox::Mailbox; use crate::mail::user::User; - #[derive(Debug)] pub enum Error { ForbiddenTransition, |