Skip to content

Commit

Permalink
Suppress clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Jul 25, 2024
1 parent 23c2a60 commit 5c27966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions iot_config/src/org.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub struct Org {
}

#[derive(Debug, Serialize)]
#[allow(dead_code)]
pub struct OrgList {
orgs: Vec<Org>,
}
Expand Down
1 change: 1 addition & 0 deletions iot_config/src/route.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Route>,
}
Expand Down

0 comments on commit 5c27966

Please sign in to comment.