mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Cargo fmt
This commit is contained in:
parent
f1b631454f
commit
968fd5fbc3
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
//!
|
||||
//! [`Bot`]: crate::Bot
|
||||
use crate::{prelude::*, types::*};
|
||||
use teloxide_core::{payloads::*, requests::JsonRequest};
|
||||
use std::collections::HashSet;
|
||||
use teloxide_core::{payloads::*, requests::JsonRequest};
|
||||
|
||||
/// Adds useful manipulations with [`Message`] structs
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue