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 a78ec25 commit 1e14e65Copy full SHA for 1e14e65
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 47cfeba4675906dceb92e0a6b2846146ff888581
+refs/heads/master: 0945fcf1fbd964157445f99f4a945ae4110da372
trunk/src/libcore/comm.rs
@@ -15,7 +15,7 @@ shared boxes (@T) may not be transmitted across channels.
15
16
Example:
17
18
-> use std::{task, comm, io};
+> import std::{task, comm, io};
19
>
20
> let p = comm::port();
21
> task::spawn(comm::chan(p), fn (c: chan<str>) {
0 commit comments