mirror of
https://github.com/chatmail/core.git
synced 2026-05-14 20:36:30 +03:00
ci: update Rust to 1.80.0
This commit is contained in:
@@ -4418,7 +4418,7 @@ trait ResultExt<T, E> {
|
||||
/// Like `log_err()`, but:
|
||||
/// - returns the default value instead of an Err value.
|
||||
/// - emits an error instead of a warning for an [Err] result. This means
|
||||
/// that the error will be shown to the user in a small pop-up.
|
||||
/// that the error will be shown to the user in a small pop-up.
|
||||
fn unwrap_or_log_default(self, context: &context::Context, message: &str) -> T;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user