mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Fmt
This commit is contained in:
parent
7f578a8918
commit
c0e3064785
1 changed files with 2 additions and 2 deletions
|
@ -198,8 +198,8 @@ pub use teloxide_macros::BotCommand;
|
|||
/// 4. `#[command(prefix = "prefix")]`
|
||||
/// 5. `#[command(separator = "sep")]`
|
||||
///
|
||||
/// These attributes just override the corresponding `enum` attributes for a specific
|
||||
/// variant.
|
||||
/// These attributes just override the corresponding `enum` attributes for a
|
||||
/// specific variant.
|
||||
///
|
||||
/// [`FromStr`]: https://doc.rust-lang.org/std/str/trait.FromStr.html
|
||||
/// [`BotCommand`]: crate::utils::command::BotCommand
|
||||
|
|
Loading…
Reference in a new issue