Cargo fmt

This commit is contained in:
LasterAlex 2024-08-30 09:47:15 +03:00
parent f1b631454f
commit 968fd5fbc3
No known key found for this signature in database

View file

@ -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
///