Skip to content

Commit d4fd944

Browse files
committed
Fix unused variable in tests
1 parent 5378945 commit d4fd944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sys/test_socket.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use nix::sys::socket::{InetAddr, UnixAddr, getsockname};
2-
use std::{mem, slice};
2+
use std::slice;
33
use std::net::{self, Ipv6Addr, SocketAddr, SocketAddrV6};
44
use std::path::Path;
55
use std::str::FromStr;

0 commit comments

Comments
 (0)