diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2012-01-09 14:53:13 +0100 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2012-01-09 14:53:13 +0100 |
| commit | f30c5ea68611abaffece63787bd1f2c06854551b (patch) | |
| tree | 5a0cfededb3facec9ddf4feac895c7c6f7315173 /src/libcore | |
| parent | 0945fcf1fbd964157445f99f4a945ae4110da372 (diff) | |
| download | rust-f30c5ea68611abaffece63787bd1f2c06854551b.tar.gz rust-f30c5ea68611abaffece63787bd1f2c06854551b.zip | |
Remove leftover comm.rs in std
(The actual comm module lives in core.)
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/comm.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcore/comm.rs b/src/libcore/comm.rs index 993fc78f149..ff4d34eb058 100644 --- a/src/libcore/comm.rs +++ b/src/libcore/comm.rs @@ -15,8 +15,6 @@ shared boxes (@T) may not be transmitted across channels. Example: -> import std::{task, comm, io}; -> > let p = comm::port(); > task::spawn(comm::chan(p), fn (c: chan<str>) { > comm::send(c, "Hello, World"); |
