pub mod unix

This commit is contained in:
neirac 2018-01-11 22:06:34 +00:00
parent 94608b85e0
commit 3a7294ad0e

View File

@ -291,7 +291,7 @@ cfg_if! {
mod fuchsia;
pub use fuchsia::*;
} else if #[cfg(unix)] {
mod unix;
pub mod unix;
pub use unix::*;
} else {
// Unknown target_family