Skip to content

Commit a19b48a

Browse files
authored
Unrolled build for #150684
Rollup merge of #150684 - moturus:main, r=jhpratt Motor OS: fix compile error PR #146341 introduced a compilation error. This fixes it.
2 parents 0d162b2 + 3f1dd92 commit a19b48a

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)