diff options
Diffstat (limited to 'src/handlers/mod.rs')
| -rw-r--r-- | src/handlers/mod.rs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs index 2ae0539..1610d23 100644 --- a/src/handlers/mod.rs +++ b/src/handlers/mod.rs @@ -1,5 +1,2 @@ -mod error; -mod event; - -pub use error::handle as handle_error; -pub use event::handle as handle_event; +pub mod error; +pub mod event; |
