mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-24 09:16:12 +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.
|
//! Update dispatching.
|
||||||
|
|
||||||
|
mod dispatchers;
|
||||||
pub mod error_handlers;
|
pub mod error_handlers;
|
||||||
mod filter_dp;
|
|
||||||
pub mod filters;
|
pub mod filters;
|
||||||
mod handler;
|
mod handler;
|
||||||
pub mod updaters;
|
pub mod updaters;
|
||||||
|
|
||||||
|
pub use dispatchers::filter::FilterDispatcher;
|
||||||
pub use error_handlers::ErrorHandler;
|
pub use error_handlers::ErrorHandler;
|
||||||
pub use filter_dp::FilterDispatcher;
|
|
||||||
pub use filters::Filter;
|
pub use filters::Filter;
|
||||||
pub use handler::Handler;
|
pub use handler::Handler;
|
||||||
pub use updaters::Updater;
|
pub use updaters::Updater;
|
||||||
|
|
Loading…
Add table
Reference in a new issue