fix: add #[allow(dead_code)] to Config struct for gateway-cli binary
Action Gateway CI/CD / Build & Test (push) Failing after 1m31s
Action Gateway CI/CD / Publish Release (push) Has been skipped

This commit is contained in:
2026-03-09 02:44:50 -07:00
parent 8621cb7be2
commit 216f0f0299
+1
View File
@@ -1,6 +1,7 @@
use serde::Deserialize;
use std::fs;
#[allow(dead_code)]
#[derive(Debug, Deserialize, Clone)]
pub struct Config {
pub database_path: String,