mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +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>(
|
||||
update: T,
|
||||
handlers: &FiltersWithHandlers<'a, T, HandlerE>,
|
||||
handlers: &[FilterWithHandler<'a, T, HandlerE>],
|
||||
error_handler: &Eh,
|
||||
) where
|
||||
T: std::fmt::Debug,
|
||||
|
|
Loading…
Reference in a new issue