Skip to content

Commit

Permalink
Fix unused variable in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Susurrus committed Aug 26, 2017
1 parent 5378945 commit d4fd944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sys/test_socket.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use nix::sys::socket::{InetAddr, UnixAddr, getsockname};
use std::{mem, slice};
use std::slice;
use std::net::{self, Ipv6Addr, SocketAddr, SocketAddrV6};
use std::path::Path;
use std::str::FromStr;
Expand Down

0 comments on commit d4fd944

Please sign in to comment.