Skip to content

Commit 7649ac1

Browse files
committed
Fix unused imports.
1 parent c9e9cfe commit 7649ac1

File tree

1 file changed

+1
-1
lines changed
  • crates/wasi-common/yanix/src

1 file changed

+1
-1
lines changed

crates/wasi-common/yanix/src/file.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use std::os::wasi::io::RawFd; // TODO: https://github.com/rust-lang/rust/pull/74
1818
use std::os::wasi::prelude::*;
1919
use std::{
2020
convert::TryInto,
21-
ffi::{OsStr, OsString, CString},
21+
ffi::OsString,
2222
io::Result,
2323
path::Path,
2424
};

0 commit comments

Comments
 (0)