Skip to content

Commit 3a7294a

Browse files
committed
pub mod unix
1 parent 94608b8 commit 3a7294a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ cfg_if! {
291291
mod fuchsia;
292292
pub use fuchsia::*;
293293
} else if #[cfg(unix)] {
294-
mod unix;
294+
pub mod unix;
295295
pub use unix::*;
296296
} else {
297297
// Unknown target_family

0 commit comments

Comments
 (0)