summaryrefslogtreecommitdiff
path: root/src/sys/statvfs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/statvfs.rs')
-rw-r--r--src/sys/statvfs.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sys/statvfs.rs b/src/sys/statvfs.rs
index abfc6c9b..5b72a16b 100644
--- a/src/sys/statvfs.rs
+++ b/src/sys/statvfs.rs
@@ -2,8 +2,7 @@
//!
//! See the `vfs::Statvfs` struct for some rusty wrappers
-use NixPath;
-use errno::{Errno, Result};
+use {Errno, Result, NixPath};
use std::os::unix::io::AsRawFd;
pub mod vfs {