Skip to content

Commit d271752

Browse files
committed
---
yaml --- r: 14116 b: refs/heads/try c: 8ffd6e4 h: refs/heads/master v: v3
1 parent 1b2b059 commit d271752

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 0547d0cc5b2615cac47f5e03a8a1ca78347139c5
5+
refs/heads/try: 8ffd6e4e8ac934428cebdb12f4002b936ba8c43d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)