We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a770c73 commit f803b2fCopy full SHA for f803b2f
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 4b52d899fffd8e6ef01a5a05c1d513278a7823bd
+refs/heads/master: fd318300cf713f0e74f3a834f6c07970b85f17e4
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
5
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36
trunk/src/libstd/comm/mod.rs
@@ -1202,7 +1202,7 @@ mod test {
1202
})
1203
1204
test!(fn oneshot_single_thread_peek_open() {
1205
- let (port, _) = Chan::<int>::new();
+ let (port, _chan) = Chan::<int>::new();
1206
assert_eq!(port.try_recv(), Empty);
1207
1208
0 commit comments