diff --git a/src/os/windows/mod.rs b/src/os/windows/mod.rs index 11389fb7..8a1aeadd 100644 --- a/src/os/windows/mod.rs +++ b/src/os/windows/mod.rs @@ -7,9 +7,6 @@ cfg_std! { cfg_unstable! { #[cfg(feature = "default")] pub mod fs; + #[cfg(feature = "std")] + pub use async_process::windows as process; } - -#[cfg(all(feature = "unstable", feature = "std"))] -#[cfg_attr(feature = "docs", doc(cfg(unstable)))] -#[doc(inline)] -pub use async_process::windows as process;