Skip to content

Commit c177103

Browse files
Update src/fs/file.rs
Co-authored-by: Josh Triplett <[email protected]>
1 parent dc7bb8e commit c177103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/fs/file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ cfg_unix! {
461461

462462
impl From<File> for OwnedFd {
463463
fn from(val: File) -> OwnedFd {
464-
self.into_std_file()
464+
self.into_std_file().into()
465465
}
466466
}
467467
}

0 commit comments

Comments
 (0)