Skip to content

Commit e3e1ba5

Browse files
committed
---
yaml --- r: 8130 b: refs/heads/snap-stage3 c: 8ffd6e4 h: refs/heads/master v: v3
1 parent ddee670 commit e3e1ba5

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,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 0547d0cc5b2615cac47f5e03a8a1ca78347139c5
4+
refs/heads/snap-stage3: 8ffd6e4e8ac934428cebdb12f4002b936ba8c43d
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/compiletest/procsrv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn target_env(lib_path: str, prog: str) -> option<[(str,str)]> {
2626
#[cfg(target_os = "linux")]
2727
#[cfg(target_os = "macos")]
2828
#[cfg(target_os = "freebsd")]
29-
fn target_env(lib_path: str, prog: str) -> option<[(str,str)]> {
29+
fn target_env(_lib_path: str, _prog: str) -> option<[(str,str)]> {
3030
none
3131
}
3232

0 commit comments

Comments
 (0)