We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4665ab commit 9fe101bCopy full SHA for 9fe101b
library/std/src/sys/pal/hermit/os.rs
@@ -3,7 +3,7 @@ use crate::ffi::{OsStr, OsString};
3
use crate::marker::PhantomData;
4
use crate::path::{self, PathBuf};
5
use crate::sys::unsupported;
6
-use crate::{fmt, io, str};
+use crate::{fmt, io};
7
8
pub fn errno() -> i32 {
9
unsafe { hermit_abi::get_errno() }
0 commit comments