mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Remove useless use
This commit is contained in:
parent
e0e5da30ba
commit
58bbf8e737
1 changed files with 0 additions and 2 deletions
|
@ -366,8 +366,6 @@ impl<B: Requester> Stream for PollingStream<'_, B> {
|
|||
|
||||
#[test]
|
||||
fn polling_is_send() {
|
||||
use crate::dispatching::update_listeners::AsUpdateStream;
|
||||
|
||||
let bot = crate::Bot::new("TOKEN");
|
||||
#[allow(deprecated)]
|
||||
let mut polling = polling(bot, None, None, None);
|
||||
|
|
Loading…
Reference in a new issue