mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Fix Clippy
This commit is contained in:
parent
5628f7111b
commit
fc1184087c
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…
Add table
Reference in a new issue