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 764192a commit fd81ca3Copy full SHA for fd81ca3
test/sys/test_socket.rs
@@ -1,5 +1,3 @@
1
-#[cfg(not(any(target_os = "illumos", target_os = "solaris")))]
2
-use nix::ifaddrs::InterfaceAddress;
3
use nix::sys::socket::{AddressFamily, InetAddr, UnixAddr, getsockname};
4
use std::collections::hash_map::DefaultHasher;
5
use std::hash::{Hash, Hasher};
0 commit comments