mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
chore: rustfmt
This commit is contained in:
@@ -23,7 +23,6 @@ macro_rules! info {
|
||||
}};
|
||||
}
|
||||
|
||||
|
||||
// Workaround for <https://github.com/rust-lang/rust/issues/133708>.
|
||||
#[macro_use]
|
||||
mod warn_macro_mod {
|
||||
@@ -59,7 +58,6 @@ macro_rules! error {
|
||||
}};
|
||||
}
|
||||
|
||||
|
||||
impl Context {
|
||||
/// Set last error string.
|
||||
/// Implemented as blocking as used from macros in different, not always async blocks.
|
||||
|
||||
Reference in New Issue
Block a user