Merge pull request #1116 from teloxide/reanimate-code

Allow `dead_code` in a test
This commit is contained in:
Сырцев Вадим Игоревич 2024-07-30 08:12:02 +00:00 committed by GitHub
commit 530b0bbf40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -583,5 +583,6 @@ fn custom_result() {
type Result = ();
#[derive(BotCommands, Debug, PartialEq)]
#[allow(dead_code)]
enum DefaultCommands {}
}