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/quota.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sys/quota.rs') diff --git a/src/sys/quota.rs b/src/sys/quota.rs index 7a7718e4..a6a1b9b0 100644 --- a/src/sys/quota.rs +++ b/src/sys/quota.rs @@ -1,5 +1,4 @@ -use NixPath; -use errno::{Errno, Result}; +use {Errno, Result, NixPath}; use libc::{c_int, c_char}; #[cfg(all(target_os = "linux", -- cgit v1.2.3