We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7104235 commit 31b575dCopy full SHA for 31b575d
1 file changed
disktest-rawio/src/windows.rs
@@ -14,7 +14,7 @@ use anyhow as ah;
14
use std::{
15
ffi::{CString, OsString},
16
mem::size_of,
17
- os::windows::ffi::OsStringExt,
+ os::windows::ffi::OsStringExt as _,
18
path::{Path, PathBuf},
19
ptr::null_mut,
20
};
0 commit comments