Skip to content

Commit 92f5038

Browse files
committed
attempt to fix docs builds
1 parent 151025f commit 92f5038

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/os/windows/mod.rs

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ cfg_std! {
77
cfg_unstable! {
88
#[cfg(feature = "default")]
99
pub mod fs;
10+
#[cfg(feature = "std")]
11+
pub use async_process::windows as process;
1012
}
11-
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

Comments
 (0)