mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-29 16:55:34 +00:00
attempt to fix docs builds
This commit is contained in:
parent
151025fa38
commit
92f5038ed6
1 changed files with 2 additions and 5 deletions
|
@ -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…
Reference in a new issue