diff --git a/crates/core/src/commands/batch.rs b/crates/core/src/commands/batch.rs index 22b98c0..f64149d 100644 --- a/crates/core/src/commands/batch.rs +++ b/crates/core/src/commands/batch.rs @@ -8,6 +8,7 @@ pub struct BatchArgs { } #[derive(Debug, Deserialize)] +#[allow(dead_code)] struct BatchCommand { command: String, #[serde(default)]