mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +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>.
|
// Workaround for <https://github.com/rust-lang/rust/issues/133708>.
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod warn_macro_mod {
|
mod warn_macro_mod {
|
||||||
@@ -59,7 +58,6 @@ macro_rules! error {
|
|||||||
}};
|
}};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
impl Context {
|
impl Context {
|
||||||
/// Set last error string.
|
/// Set last error string.
|
||||||
/// Implemented as blocking as used from macros in different, not always async blocks.
|
/// Implemented as blocking as used from macros in different, not always async blocks.
|
||||||
|
|||||||
Reference in New Issue
Block a user