From f167e8f2f375961abd66c27ceb7f31c6fe659c81 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Tue, 26 Jan 2016 12:47:08 -0500 Subject: Move errno::Result back to crate root --- src/sys/statvfs.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sys/statvfs.rs') 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 { -- cgit v1.2.3