Public Access
fix: add #[allow(dead_code)] to Config struct for gateway-cli binary
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
use std::fs;
|
use std::fs;
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
#[derive(Debug, Deserialize, Clone)]
|
#[derive(Debug, Deserialize, Clone)]
|
||||||
pub struct Config {
|
pub struct Config {
|
||||||
pub database_path: String,
|
pub database_path: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user