Skip to content

Commit

Permalink
Fix unused fields on Mac
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <[email protected]>
  • Loading branch information
mxpv committed Dec 31, 2024
1 parent e27decc commit 346b82e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/snapshots/examples/snapshotter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ mod unix {
}
}

#[allow(dead_code)]
#[derive(Clone, Debug)]
pub struct UdsConnectInfo {
pub peer_addr: Option<Arc<tokio::net::unix::SocketAddr>>,
Expand Down

0 comments on commit 346b82e

Please sign in to comment.