fix: suppress dead_code lint on BatchCommand deserializer struct

This commit is contained in:
Lahfir 2026-02-19 10:46:47 -08:00
parent 29d6cbaac4
commit 608d4aaaa1

View file

@ -8,6 +8,7 @@ pub struct BatchArgs {
}
#[derive(Debug, Deserialize)]
#[allow(dead_code)]
struct BatchCommand {
command: String,
#[serde(default)]