Fix rustfmt

This commit is contained in:
TheAwiteb 2023-03-02 20:53:30 +03:00 committed by Maybe Waffle
parent d61746ecaf
commit 44d230e3be

View file

@ -177,7 +177,7 @@ pub use teloxide_macros::BotCommands;
///
/// 5. `#[command(hide)]`
/// Hide a command from the help message. It will still be parsed.
///
///
/// ## Example
/// ```
/// # #[cfg(feature = "macros")] {