mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
33fdb797f5
Implement `AsFd` etc. for `UnixListener`. Implement `AsFd`, `From<OwnedFd>`, and `Into<OwnedFd>` for `UnixListener`. This is a follow-up to #87329. r? `@joshtriplett`