attempt to fix docs builds

pull/916/head
Yoshua Wuyts 4 years ago
parent 151025fa38
commit 92f5038ed6

@ -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;

Loading…
Cancel
Save