summaryrefslogtreecommitdiff
path: root/test/sys
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-03-19 15:08:45 -0700
committerCarl Lerche <me@carllerche.com>2015-03-19 15:08:45 -0700
commit2b60633c8bdd5359c317bb74e698777106befb85 (patch)
tree22e9eb64e1129886397f277a58b688df49568f95 /test/sys
parent1e9c7b2a4ae48584b1c19bf7077dd0a237ad47c3 (diff)
downloadnix-2b60633c8bdd5359c317bb74e698777106befb85.zip
Track Rust nightlies
Diffstat (limited to 'test/sys')
-rw-r--r--test/sys/test_socket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sys/test_socket.rs b/test/sys/test_socket.rs
index 6701150a..d175b693 100644
--- a/test/sys/test_socket.rs
+++ b/test/sys/test_socket.rs
@@ -3,7 +3,7 @@ use std::{mem, net};
use std::num::Int;
use std::path::Path;
use std::str::FromStr;
-use std::os::unix::AsRawFd;
+use std::os::unix::io::AsRawFd;
use ports::localhost;
#[test]