diff options
Diffstat (limited to 'crates/shirabe/src/event_dispatcher/mod.rs')
| -rw-r--r-- | crates/shirabe/src/event_dispatcher/mod.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/crates/shirabe/src/event_dispatcher/mod.rs b/crates/shirabe/src/event_dispatcher/mod.rs deleted file mode 100644 index a50fa4d..0000000 --- a/crates/shirabe/src/event_dispatcher/mod.rs +++ /dev/null @@ -1,10 +0,0 @@ -pub mod event; -#[allow(clippy::module_inception, reason = "to port PHP's structure as it is")] -pub mod event_dispatcher; -pub mod event_subscriber_interface; -pub mod script_execution_exception; - -pub use event::*; -pub use event_dispatcher::*; -pub use event_subscriber_interface::*; -pub use script_execution_exception::*; |
