Skip to content

Commit 5b31f9b

Browse files
committed
All, not and.
1 parent 81841dc commit 5b31f9b

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/windows

1 file changed

+1
-1
lines changed

library/std/src/sys/windows/os.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ pub fn temp_dir() -> PathBuf {
319319
super::fill_utf16_buf(|buf, sz| unsafe { c::GetTempPath2W(sz, buf) }, super::os2path).unwrap()
320320
}
321321

322-
#[cfg(and(not(target_vendor = "uwp"), not(target_vendor = "win7")))]
322+
#[cfg(all(not(target_vendor = "uwp"), not(target_vendor = "win7")))]
323323
fn home_dir_crt() -> Option<PathBuf> {
324324
unsafe {
325325
// Defined in processthreadsapi.h.

0 commit comments

Comments
 (0)