fix: delete unused macro
This commit is contained in:
parent
43ec489263
commit
6348541982
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue