mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
address @link2xt comment
This commit is contained in:
committed by
Floris Bruynooghe
parent
f7f61e0f85
commit
ea8adf39c2
@@ -36,9 +36,6 @@ pub enum Error {
|
||||
InvalidMsgId,
|
||||
#[fail(display = "Watch folder not found {:?}", _0)]
|
||||
WatchFolderNotFound(String),
|
||||
|
||||
#[fail(display = "error {:?}", _0)]
|
||||
Other(String),
|
||||
}
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
Reference in New Issue
Block a user