fix warnings: some more easy cases

This commit is contained in:
Jonathan Krebs
2024-12-13 08:18:25 +01:00
parent 971dee36fd
commit fbfb76c34e
7 changed files with 8 additions and 6 deletions

View File

@ -102,6 +102,7 @@ struct AuthInfo {
iv: Vec<u8>,
}
#[allow(non_camel_case_types)]
#[derive(Debug, Deserialize, Serialize)]
#[serde(tag = "Cmd")]
enum CardCommand {