Skip to content

Commit 04f6a49

Browse files
committed
Re-export unsupported Dir from fs impl on vexos
1 parent c2c6f74 commit 04f6a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎library/std/src/sys/fs/vexos.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ use crate::sys::{unsupported, unsupported_err};
1212
#[path = "unsupported.rs"]
1313
mod unsupported_fs;
1414
pub use unsupported_fs::{
15-
DirBuilder, FileTimes, canonicalize, link, readlink, remove_dir_all, rename, rmdir, symlink,
16-
unlink,
15+
Dir, DirBuilder, FileTimes, canonicalize, link, readlink, remove_dir_all, rename, rmdir,
16+
symlink, unlink,
1717
};
1818

1919
/// VEXos file descriptor.

0 commit comments

Comments
 (0)