From 512c35121e62062a802dadd787ee3dbda340a624 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Thu, 20 Jul 2017 20:00:00 +0200 Subject: Stop reexporting `Errno` and its variants cc #664 (unsure if this is everything needed) --- src/sys/aio.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sys/aio.rs') diff --git a/src/sys/aio.rs b/src/sys/aio.rs index 6166467c..fbae4443 100644 --- a/src/sys/aio.rs +++ b/src/sys/aio.rs @@ -1,4 +1,5 @@ -use {Error, Errno, Result}; +use {Error, Result}; +use errno::Errno; use std::os::unix::io::RawFd; use libc::{c_void, off_t, size_t}; use libc; -- cgit v1.2.3