mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Update deltachat-ffi/src/lib.rs
Co-Authored-By: Alexander Krotov <ilabdsf@gmail.com>
This commit is contained in:
committed by
Floris Bruynooghe
parent
01b55d1d29
commit
145fd8657f
@@ -3226,7 +3226,7 @@ pub trait ResultExt<T, E> {
|
|||||||
/// to be displayed to the user.
|
/// to be displayed to the user.
|
||||||
///
|
///
|
||||||
/// You can do this as soon as the wrapper exists, it does not
|
/// You can do this as soon as the wrapper exists, it does not
|
||||||
/// have to be open (which is required for teh `warn!()` macro).
|
/// have to be open (which is required for the `warn!()` macro).
|
||||||
fn log_warn(self, wrapper: &ContextWrapper, message: &str) -> Result<T, E>;
|
fn log_warn(self, wrapper: &ContextWrapper, message: &str) -> Result<T, E>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user