refactor: remove unused imports

This commit is contained in:
link2xt
2025-11-07 04:07:39 +00:00
committed by l
parent dd11a0e29a
commit cf5b145ce0
41 changed files with 35 additions and 42 deletions

View File

@@ -23,7 +23,6 @@ macro_rules! info {
}};
}
pub(crate) use info;
// Workaround for <https://github.com/rust-lang/rust/issues/133708>.
#[macro_use]
@@ -60,7 +59,6 @@ macro_rules! error {
}};
}
pub(crate) use error;
impl Context {
/// Set last error string.