We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b34b6 commit d17612fCopy full SHA for d17612f
src/sys/socket/addr.rs
@@ -1509,7 +1509,6 @@ impl SockaddrStorage {
1509
as_sockaddr_in, as_sockaddr_in_mut, SockaddrIn,
1510
AddressFamily::Inet, libc::sockaddr_in, sin}
1511
1512
- #[cfg(not(any(target_os = "haiku")))]
1513
#[cfg(feature = "net")]
1514
accessors!{
1515
as_sockaddr_in6, as_sockaddr_in6_mut, SockaddrIn6,
0 commit comments