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 37344fa

Browse files
committedJul 24, 2020
windows: os::fs requires default
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent 08cf84c commit 37344fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/os/windows/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ cfg_std! {
55
}
66

77
cfg_unstable! {
8+
#[cfg(feature = "default")]
89
pub mod fs;
910
}

0 commit comments

Comments
 (0)
Please sign in to comment.