Fix rustfmt

This commit is contained in:
TheAwiteb 2023-03-02 20:53:30 +03:00
parent 32266b20c8
commit dce5ee6920
No known key found for this signature in database
GPG key ID: ABF818BD15DC2D34

View file

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