Fix warning

This commit is contained in:
Tristan D. 2024-10-08 17:29:43 +02:00
parent 0391865791
commit 39305f92ad
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8

View file

@ -56,6 +56,7 @@ struct Hardware {
#[derive(Debug, Deserialize, Clone)] #[derive(Debug, Deserialize, Clone)]
struct ModelConfig { struct ModelConfig {
#[allow(dead_code)]
name: String, name: String,
port: u16, port: u16,
internal_port: u16, internal_port: u16,