mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 13:56:30 +03:00
address @link2xt comment
This commit is contained in:
committed by
Floris Bruynooghe
parent
f7f61e0f85
commit
ea8adf39c2
@@ -97,7 +97,7 @@ impl From<crate::error::Error> for Error {
|
||||
|
||||
impl From<Error> for crate::error::Error {
|
||||
fn from(err: Error) -> crate::error::Error {
|
||||
crate::error::Error::Other(err.to_string())
|
||||
crate::error::Error::Message(err.to_string())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user