Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Jul 14, 2024
1 parent b8885b0 commit 265c083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/layer/src/socket.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! We implement each hook function in a safe function as much as possible, having the unsafe do the
//! absolute minimum
use std::{
net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, ToSocketAddrs},
net::{SocketAddr, ToSocketAddrs},
os::unix::io::RawFd,
str::FromStr,
sync::{Arc, LazyLock},
Expand Down

0 comments on commit 265c083

Please sign in to comment.