about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorEric Holk <eric.holk@gmail.com>2012-08-16 16:45:42 -0700
committerEric Holk <eric.holk@gmail.com>2012-08-16 16:46:20 -0700
commitca0607051a01e691f62752f68ecc08fb24f2d3b2 (patch)
tree6cb7f09ce6e02c6ee222a3f6e3b6042d05aba500 /src/libstd/std.rc
parent8bbe70c207482950585fd7d666cb2bf634fea52b (diff)
downloadrust-ca0607051a01e691f62752f68ecc08fb24f2d3b2.tar.gz
rust-ca0607051a01e691f62752f68ecc08fb24f2d3b2.zip
Fix compile errors in tutorial tests.
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 91a4ff23c19..6945c7e1815 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -18,7 +18,7 @@ import core::*;
 export net, net_tcp, net_ip, net_url;
 export uv, uv_ll, uv_iotask, uv_global_loop;
 export c_vec, timer;
-export sync, arc;
+export sync, arc, comm;
 export bitv, deque, fun_treemap, list, map;
 export smallintmap, sort, treemap;
 export rope, arena, par;