Skip to content

Commit 3f1dd92

Browse files
committed
Motor OS: fix compile error
PR rust-lang#146341 introduced a compilation error. This fixes it.
1 parent e29fcf4 commit 3f1dd92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/std/src/sys/fs/motor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::io::{self, BorrowedCursor, IoSlice, IoSliceMut, SeekFrom};
44
use crate::os::fd::{AsFd, AsRawFd, BorrowedFd, FromRawFd, IntoRawFd, RawFd};
55
use crate::path::{Path, PathBuf};
66
use crate::sys::fd::FileDesc;
7-
pub use crate::sys::fs::common::exists;
7+
pub use crate::sys::fs::common::{Dir, exists};
88
use crate::sys::time::SystemTime;
99
use crate::sys::{AsInner, AsInnerMut, FromInner, IntoInner, map_motor_error, unsupported};
1010

0 commit comments

Comments
 (0)