From aaf75fd82ccb2452d2e2b800204b42ab38763661 Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Wed, 20 Sep 2023 03:42:05 +0300 Subject: [PATCH] Remove `FIXME` tag` --- crates/teloxide/tests/command.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/teloxide/tests/command.rs b/crates/teloxide/tests/command.rs index 3b1f628e..55d4c9d9 100644 --- a/crates/teloxide/tests/command.rs +++ b/crates/teloxide/tests/command.rs @@ -229,7 +229,6 @@ fn parse_named_fields() { #[test] #[cfg(feature = "macros")] fn descriptions_off() { - // FIXME: Remove `off` doc comment when `off` removed. #[derive(BotCommands, Debug, PartialEq)] #[command(rename_rule = "lowercase")] enum DefaultCommands {