mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Fix rustfmt
This commit is contained in:
parent
32266b20c8
commit
dce5ee6920
1 changed files with 1 additions and 1 deletions
|
@ -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")] {
|
||||
|
|
Loading…
Reference in a new issue