mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 07:26:29 +03:00
remove commented errors and fix fmt
This commit is contained in:
committed by
Floris Bruynooghe
parent
b6e9bcee3c
commit
8f43d7fa34
@@ -54,12 +54,6 @@ pub enum Error {
|
||||
ImapInTeardown,
|
||||
#[fail(display = "No IMAP Connection established")]
|
||||
ImapNoConnection,
|
||||
/*
|
||||
#[fail(display = "IMAP Connection lost: {:?}", _0)]
|
||||
ImapConnectionLost(String),
|
||||
#[fail(display = "Failed to obtain Imap Session")]
|
||||
CouldNotObtainImapSession,
|
||||
*/
|
||||
}
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
Reference in New Issue
Block a user