Paraphrase src/utils/command.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
Hirrolot 2021-05-09 23:06:35 -07:00 committed by GitHub
parent cf3639f68b
commit 7f578a8918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ pub use teloxide_macros::BotCommand;
/// 4. `#[command(prefix = "prefix")]` /// 4. `#[command(prefix = "prefix")]`
/// 5. `#[command(separator = "sep")]` /// 5. `#[command(separator = "sep")]`
/// ///
/// These boys just override the corresponding `enum` attributes for a specific /// These attributes just override the corresponding `enum` attributes for a specific
/// variant. /// variant.
/// ///
/// [`FromStr`]: https://doc.rust-lang.org/std/str/trait.FromStr.html /// [`FromStr`]: https://doc.rust-lang.org/std/str/trait.FromStr.html