Skip to content

Commit f803b2f

Browse files
committed
---
yaml --- r: 98172 b: refs/heads/master c: fd31830 h: refs/heads/master v: v3
1 parent a770c73 commit f803b2f

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,5 +1,5 @@
11
---
2-
refs/heads/master: 4b52d899fffd8e6ef01a5a05c1d513278a7823bd
2+
refs/heads/master: fd318300cf713f0e74f3a834f6c07970b85f17e4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
55
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36

trunk/src/libstd/comm/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ mod test {
12021202
})
12031203

12041204
test!(fn oneshot_single_thread_peek_open() {
1205-
let (port, _) = Chan::<int>::new();
1205+
let (port, _chan) = Chan::<int>::new();
12061206
assert_eq!(port.try_recv(), Empty);
12071207
})
12081208

0 commit comments

Comments
 (0)