Add #[allow(deprecated)] for description = "off" in hides test

This commit is contained in:
TheAwiteb 2023-09-20 18:15:17 +03:00
parent 2530ddb587
commit 7c7f58dffb
No known key found for this signature in database
GPG key ID: ABF818BD15DC2D34

View file

@ -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