mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
Add #[allow(deprecated)]
for description = "off"
in hides test
This commit is contained in:
parent
2530ddb587
commit
7c7f58dffb
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ fn descriptions_off() {
|
||||||
enum DefaultCommands {
|
enum DefaultCommands {
|
||||||
#[command(hide)]
|
#[command(hide)]
|
||||||
Start,
|
Start,
|
||||||
|
#[allow(deprecated)]
|
||||||
#[command(description = "off")]
|
#[command(description = "off")]
|
||||||
Username,
|
Username,
|
||||||
/// off
|
/// off
|
||||||
|
|
Loading…
Reference in a new issue