mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 11:56:30 +03:00
refactor: remove unused imports
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user