2
0
Fork 1
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:
Yoshua Wuyts 2020-12-08 22:40:31 +01:00
parent 92f5038ed6
commit f8f1eacc9a

View file

@ -8,5 +8,6 @@ cfg_unstable! {
#[cfg(feature = "default")]
pub mod fs;
#[cfg(feature = "std")]
#[cfg(windows)]
pub use async_process::windows as process;
}