Skip to content

Commit 37344fa

Browse files
committed
windows: os::fs requires default
Signed-off-by: Marc-Antoine Perennou <[email protected]>
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)