mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +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]
|
#[test]
|
||||||
fn polling_is_send() {
|
fn polling_is_send() {
|
||||||
use crate::dispatching::update_listeners::AsUpdateStream;
|
|
||||||
|
|
||||||
let bot = crate::Bot::new("TOKEN");
|
let bot = crate::Bot::new("TOKEN");
|
||||||
#[allow(deprecated)]
|
#[allow(deprecated)]
|
||||||
let mut polling = polling(bot, None, None, None);
|
let mut polling = polling(bot, None, None, None);
|
||||||
|
|
Loading…
Reference in a new issue