summaryrefslogtreecommitdiff
path: root/src/fcntl.rs
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 /src/fcntl.rs
parent1e9c7b2a4ae48584b1c19bf7077dd0a237ad47c3 (diff)
downloadnix-2b60633c8bdd5359c317bb74e698777106befb85.zip
Track Rust nightlies
Diffstat (limited to 'src/fcntl.rs')
-rw-r--r--src/fcntl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcntl.rs b/src/fcntl.rs
index 0a8236a4..8a88cbc4 100644
--- a/src/fcntl.rs
+++ b/src/fcntl.rs
@@ -7,7 +7,7 @@ pub use self::consts::*;
pub use self::ffi::flock;
// Re-export Fd defined in std
-pub type Fd = ::std::os::unix::Fd;
+pub type Fd = ::std::os::unix::io::Fd;
#[allow(dead_code)]
mod ffi {