mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Remove FIXME
tag`
This commit is contained in:
parent
32371b77aa
commit
aaf75fd82c
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ fn parse_named_fields() {
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(feature = "macros")]
|
#[cfg(feature = "macros")]
|
||||||
fn descriptions_off() {
|
fn descriptions_off() {
|
||||||
// FIXME: Remove `off` doc comment when `off` removed.
|
|
||||||
#[derive(BotCommands, Debug, PartialEq)]
|
#[derive(BotCommands, Debug, PartialEq)]
|
||||||
#[command(rename_rule = "lowercase")]
|
#[command(rename_rule = "lowercase")]
|
||||||
enum DefaultCommands {
|
enum DefaultCommands {
|
||||||
|
|
Loading…
Reference in a new issue