Skip to content

Commit

Permalink
fixup! implement wrappers around tcp/unix,listen/stream
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteTK committed Jun 4, 2024
1 parent 620000d commit 4e7e83a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/socketwrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pin_project! {
#[project = OwnedReadHalfProj]
pub enum OwnedReadHalf {
Tcp{#[pin] tcp: tcp::OwnedReadHalf},
#[cfg(target_family = "unix")]
Unix{#[pin] unix: unix::OwnedReadHalf},
}
}
Expand Down

0 comments on commit 4e7e83a

Please sign in to comment.