Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Dec 30, 2024
1 parent dc0b512 commit a61ff20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packet_sources/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub trait PacketSourceTask: Send {
pub const IPC_BUF_SIZE: usize = MAX_PACKET_SIZE + 1024;

/// Feed packets from a socket into smol, and the other way around.
#[cfg(any(windows, target_os = "linux"))]
#[allow(dead_code)]
async fn forward_packets<T: AsyncRead + AsyncWrite + Unpin>(
mut channel: T,
transport_events_tx: Sender<TransportEvent>,
Expand Down

0 comments on commit a61ff20

Please sign in to comment.