mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
commit
7398f65122
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ impl<'a, HandlerE, Eh> FilterDispatcher<'a, HandlerE, Eh> {
|
||||||
|
|
||||||
async fn handle<T, UpdaterE>(
|
async fn handle<T, UpdaterE>(
|
||||||
update: T,
|
update: T,
|
||||||
handlers: &FiltersWithHandlers<'a, T, HandlerE>,
|
handlers: &[FilterWithHandler<'a, T, HandlerE>],
|
||||||
error_handler: &Eh,
|
error_handler: &Eh,
|
||||||
) where
|
) where
|
||||||
T: std::fmt::Debug,
|
T: std::fmt::Debug,
|
||||||
|
|
Loading…
Reference in a new issue