mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-29 16:55:34 +00:00
Attempt 2 at fixing docs on windows
This commit is contained in:
parent
92f5038ed6
commit
f8f1eacc9a
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ cfg_unstable! {
|
|||
#[cfg(feature = "default")]
|
||||
pub mod fs;
|
||||
#[cfg(feature = "std")]
|
||||
#[cfg(windows)]
|
||||
pub use async_process::windows as process;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue