2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-03-04 17:19:41 +00:00

mark windows fs APIs as "unstable" (#567)

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-11-20 14:58:49 +01:00 committed by Stjepan Glavina
parent 6f19165e0e
commit b3d30de4a1

View file

@ -4,6 +4,6 @@ cfg_std! {
pub mod io;
}
cfg_default! {
cfg_unstable! {
pub mod fs;
}