address @link2xt comment

This commit is contained in:
holger krekel
2019-12-01 12:03:18 +01:00
committed by Floris Bruynooghe
parent f7f61e0f85
commit ea8adf39c2
3 changed files with 2 additions and 5 deletions

View File

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