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/stat.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sys/stat.rs') diff --git a/src/sys/stat.rs b/src/sys/stat.rs index 7a0b3970..9c0129f5 100644 --- a/src/sys/stat.rs +++ b/src/sys/stat.rs @@ -1,7 +1,8 @@ pub use libc::dev_t; pub use libc::stat as FileStat; -use {Errno, Result, NixPath}; +use {Result, NixPath}; +use errno::Errno; use fcntl::AtFlags; use libc::{self, mode_t}; use std::mem; -- cgit v1.2.3