Skip to content

Commit 88692d2

Browse files
Add an underscore.
Co-authored-by: Chris Denton <[email protected]>
1 parent e23bf04 commit 88692d2

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
@@ -322,7 +322,7 @@ pub fn temp_dir() -> PathBuf {
322322
fn home_dir_crt() -> Option<PathBuf> {
323323
unsafe {
324324
// Defined in processthreadsapi.h.
325-
const CURRENT_PROCESS_TOKEN: usize = -4isize as usize;
325+
const CURRENT_PROCESS_TOKEN: usize = -4_isize as usize;
326326

327327
super::fill_utf16_buf(
328328
|buf, mut sz| {

0 commit comments

Comments
 (0)