fix: delete unused macro

This commit is contained in:
Ilya K 2024-11-16 23:52:05 +03:00
parent 43ec489263
commit 6348541982

View file

@ -7,12 +7,6 @@ mod events {
}
pub use events::*;
#[macro_use]
mod macros {
#[macro_export]
macro_rules! my_macro(() => (FooBar));
}
#[async_trait]
pub trait SysEvents: Send {
async fn notify(&mut self, event: Event);