Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3d30de

Browse files
yoshuawuytsStjepan Glavina
authored andcommittedNov 20, 2019
mark windows fs APIs as "unstable" (#567)
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 6f19165 commit b3d30de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/os/windows/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ cfg_std! {
44
pub mod io;
55
}
66

7-
cfg_default! {
7+
cfg_unstable! {
88
pub mod fs;
99
}

0 commit comments

Comments
 (0)
Please sign in to comment.