Skip to content

Commit eec73ee

Browse files
committed
---
yaml --- r: 14407 b: refs/heads/try c: a896eb3 h: refs/heads/master i: 14405: 42dbf39 14403: a048809 14399: 4e7881e v: v3
1 parent 0f11037 commit eec73ee

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: 6527fc392536b0f72f652e85a9950ede9f363494
5+
refs/heads/try: a896eb326e00611434462191ca16efd38651e71c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/libcore/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ fn test_unwrap_resource() {
130130
{
131131
let x = r(i);
132132
let opt = some(x);
133-
let y = unwrap(opt);
133+
let _y = unwrap(opt);
134134
}
135135
assert *i == 1;
136136
}

0 commit comments

Comments
 (0)