Skip to content

Commit 0a4e5ef

Browse files
committed
hermit: Remove unused exports
1 parent c8f3203 commit 0a4e5ef

File tree

1 file changed

+1
-3
lines changed
  • library/std/src/sys/hermit

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
use crate::convert::TryFrom;
2-
use crate::ffi::{CStr, CString, OsString};
1+
use crate::ffi::{CStr, OsString};
32
use crate::fmt;
43
use crate::hash::{Hash, Hasher};
54
use crate::io::{self, Error, ErrorKind};
65
use crate::io::{BorrowedCursor, IoSlice, IoSliceMut, SeekFrom};
7-
use crate::os::unix::ffi::OsStrExt;
86
use crate::path::{Path, PathBuf};
97
use crate::sys::common::small_c_string::run_path_with_cstr;
108
use crate::sys::cvt;

0 commit comments

Comments
 (0)