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 5378945 commit d4fd944Copy full SHA for d4fd944
test/sys/test_socket.rs
@@ -1,5 +1,5 @@
1
use nix::sys::socket::{InetAddr, UnixAddr, getsockname};
2
-use std::{mem, slice};
+use std::slice;
3
use std::net::{self, Ipv6Addr, SocketAddr, SocketAddrV6};
4
use std::path::Path;
5
use std::str::FromStr;
0 commit comments