mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +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
|
//! [`Bot`]: crate::Bot
|
||||||
use crate::{prelude::*, types::*};
|
use crate::{prelude::*, types::*};
|
||||||
use teloxide_core::{payloads::*, requests::JsonRequest};
|
|
||||||
use std::collections::HashSet;
|
use std::collections::HashSet;
|
||||||
|
use teloxide_core::{payloads::*, requests::JsonRequest};
|
||||||
|
|
||||||
/// Adds useful manipulations with [`Message`] structs
|
/// Adds useful manipulations with [`Message`] structs
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue