We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448ec24 commit e23bf04Copy full SHA for e23bf04
library/std/src/sys/windows/os.rs
@@ -318,7 +318,7 @@ pub fn temp_dir() -> PathBuf {
318
super::fill_utf16_buf(|buf, sz| unsafe { c::GetTempPath2W(sz, buf) }, super::os2path).unwrap()
319
}
320
321
-#[cfg(and(not(target_vendor = "uwp"), not(target_vendor = "win7"))]
+#[cfg(and(not(target_vendor = "uwp"), not(target_vendor = "win7")))]
322
fn home_dir_crt() -> Option<PathBuf> {
323
unsafe {
324
// Defined in processthreadsapi.h.
0 commit comments