Skip to content

Commit abff168

Browse files
committed
rustup
1 parent fda70c7 commit abff168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass/shims/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn main() {
3131
}
3232

3333
fn host_to_target_path(path: String) -> PathBuf {
34-
use std::ffi::{c_char, CStr, CString};
34+
use std::ffi::{CStr, CString};
3535

3636
let path = CString::new(path).unwrap();
3737
let mut out = Vec::with_capacity(1024);

0 commit comments

Comments
 (0)