Remove useless use

This commit is contained in:
Maybe Waffle 2022-06-27 02:36:37 +04:00
parent e0e5da30ba
commit 58bbf8e737

View file

@ -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);