Skip to content

Commit f8f1eac

Browse files
committed
Attempt 2 at fixing docs on windows
1 parent 92f5038 commit f8f1eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/os/windows/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ cfg_unstable! {
88
#[cfg(feature = "default")]
99
pub mod fs;
1010
#[cfg(feature = "std")]
11+
#[cfg(windows)]
1112
pub use async_process::windows as process;
1213
}

0 commit comments

Comments
 (0)