We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151025f commit 92f5038Copy full SHA for 92f5038
src/os/windows/mod.rs
@@ -7,9 +7,6 @@ cfg_std! {
7
cfg_unstable! {
8
#[cfg(feature = "default")]
9
pub mod fs;
10
+ #[cfg(feature = "std")]
11
+ pub use async_process::windows as process;
12
}
-
-#[cfg(all(feature = "unstable", feature = "std"))]
13
-#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
14
-#[doc(inline)]
15
-pub use async_process::windows as process;
0 commit comments