mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-08-04 05:07:04 +00:00
fix: suppress dead_code lint on BatchCommand deserializer struct
This commit is contained in:
parent
29d6cbaac4
commit
608d4aaaa1
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ pub struct BatchArgs {
|
|||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[allow(dead_code)]
|
||||
struct BatchCommand {
|
||||
command: String,
|
||||
#[serde(default)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue