chore: rustfmt

This commit is contained in:
link2xt
2025-11-07 23:06:52 +00:00
committed by l
parent cf5b145ce0
commit 5a1e0e8824

View File

@@ -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.