remove commented errors and fix fmt

This commit is contained in:
holger krekel
2019-11-30 01:37:08 +01:00
committed by Floris Bruynooghe
parent b6e9bcee3c
commit 8f43d7fa34
2 changed files with 13 additions and 12 deletions

View File

@@ -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>;