We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e9cfe commit 7649ac1Copy full SHA for 7649ac1
crates/wasi-common/yanix/src/file.rs
@@ -18,7 +18,7 @@ use std::os::wasi::io::RawFd; // TODO: https://github.com/rust-lang/rust/pull/74
18
use std::os::wasi::prelude::*;
19
use std::{
20
convert::TryInto,
21
- ffi::{OsStr, OsString, CString},
+ ffi::OsString,
22
io::Result,
23
path::Path,
24
};
0 commit comments