diff --git a/iot_config/src/org.rs b/iot_config/src/org.rs index 5f1fd54b6..203e87988 100644 --- a/iot_config/src/org.rs +++ b/iot_config/src/org.rs @@ -28,6 +28,7 @@ pub struct Org { } #[derive(Debug, Serialize)] +#[allow(dead_code)] pub struct OrgList { orgs: Vec, } diff --git a/iot_config/src/route.rs b/iot_config/src/route.rs index fc5424208..2a14168ad 100644 --- a/iot_config/src/route.rs +++ b/iot_config/src/route.rs @@ -850,6 +850,7 @@ async fn remove_skfs(skfs: &[Skf], db: impl sqlx::PgExecutor<'_>) -> anyhow::Res } #[derive(Debug, Serialize)] +#[allow(dead_code)] pub struct RouteList { routes: Vec, }