mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Fix teloxide::dispatching layout
This commit is contained in:
parent
685d85b62d
commit
e4e46d8df1
3 changed files with 3 additions and 2 deletions
1
src/dispatching/dispatchers/mod.rs
Normal file
1
src/dispatching/dispatchers/mod.rs
Normal file
|
@ -0,0 +1 @@
|
|||
pub mod filter;
|
|
@ -1,13 +1,13 @@
|
|||
//! Update dispatching.
|
||||
|
||||
mod dispatchers;
|
||||
pub mod error_handlers;
|
||||
mod filter_dp;
|
||||
pub mod filters;
|
||||
mod handler;
|
||||
pub mod updaters;
|
||||
|
||||
pub use dispatchers::filter::FilterDispatcher;
|
||||
pub use error_handlers::ErrorHandler;
|
||||
pub use filter_dp::FilterDispatcher;
|
||||
pub use filters::Filter;
|
||||
pub use handler::Handler;
|
||||
pub use updaters::Updater;
|
||||
|
|
Loading…
Reference in a new issue