We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f5038 commit f8f1eacCopy full SHA for f8f1eac
src/os/windows/mod.rs
@@ -8,5 +8,6 @@ cfg_unstable! {
8
#[cfg(feature = "default")]
9
pub mod fs;
10
#[cfg(feature = "std")]
11
+ #[cfg(windows)]
12
pub use async_process::windows as process;
13
}
0 commit comments