summaryrefslogtreecommitdiff
path: root/src/sys/stat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/stat.rs')
-rw-r--r--src/sys/stat.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sys/stat.rs b/src/sys/stat.rs
index 391924da..cd142a96 100644
--- a/src/sys/stat.rs
+++ b/src/sys/stat.rs
@@ -1,8 +1,7 @@
pub use libc::dev_t;
pub use libc::stat as FileStat;
-use NixPath;
-use errno::{Errno, Result};
+use {Errno, Result, NixPath};
use libc::mode_t;
use std::mem;
use std::os::unix::io::RawFd;