Skip to content

Commit e23bf04

Browse files
committed
Parentheses are hard.
1 parent 448ec24 commit e23bf04

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
@@ -318,7 +318,7 @@ pub fn temp_dir() -> PathBuf {
318318
super::fill_utf16_buf(|buf, sz| unsafe { c::GetTempPath2W(sz, buf) }, super::os2path).unwrap()
319319
}
320320

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

0 commit comments

Comments
 (0)