mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
Fix rustfmt
This commit is contained in:
parent
d61746ecaf
commit
44d230e3be
1 changed files with 1 additions and 1 deletions
|
@ -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")] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue