Skip to content

Commit

Permalink
Fix unix feature gate From.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Jan 27, 2024
1 parent 5af8f2c commit 12809b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/src/listener/addr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ impl From<PathBuf> for ListenerAddr {
}
}

#[cfg(unix)]
impl TryFrom<tokio::net::unix::SocketAddr> for ListenerAddr {
type Error = std::io::Error;

Expand Down

0 comments on commit 12809b3

Please sign in to comment.