Skip to content

Commit 6c2b99c

Browse files
committed
---
yaml --- r: 33403 b: refs/heads/snap-stage3 c: 8492a02 h: refs/heads/master i: 33401: aaaf5d5 33399: fbcf619 v: v3
1 parent a474aeb commit 6c2b99c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 10612ee30c31d33885f233c3e5839574fdb8be80
4+
refs/heads/snap-stage3: 8492a029e8741d80489a6c8d0e673927ead95b7c
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libcore/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ pub fn tmpdir() -> Path {
481481
#[allow(non_implicitly_copyable_typarams)]
482482
fn lookup() -> Path {
483483
option::get_default(
484-
&option::or(getenv_nonempty("TMP"),
484+
option::or(getenv_nonempty("TMP"),
485485
option::or(getenv_nonempty("TEMP"),
486486
option::or(getenv_nonempty("USERPROFILE"),
487487
getenv_nonempty("WINDIR")))),

0 commit comments

Comments
 (0)