diff --git a/crates/lib/src/socket.rs b/crates/lib/src/socket.rs index 77d4c40..6161592 100644 --- a/crates/lib/src/socket.rs +++ b/crates/lib/src/socket.rs @@ -168,7 +168,7 @@ impl Socket for UdpSocketImpl { } #[cfg(not(feature = "packet_capture"))] -pub type UdpSocket = UdpSocketImpl; +pub type UdpSocket = UdpSocketImpl; #[cfg(not(feature = "packet_capture"))] pub type TcpSocket = TcpSocketImpl;