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 fda70c7 commit abff168Copy full SHA for abff168
tests/pass/shims/fs.rs
@@ -31,7 +31,7 @@ fn main() {
31
}
32
33
fn host_to_target_path(path: String) -> PathBuf {
34
- use std::ffi::{c_char, CStr, CString};
+ use std::ffi::{CStr, CString};
35
36
let path = CString::new(path).unwrap();
37
let mut out = Vec::with_capacity(1024);
0 commit comments