diff options
| author | Eric Holk <eric.holk@gmail.com> | 2012-08-16 16:45:42 -0700 |
|---|---|---|
| committer | Eric Holk <eric.holk@gmail.com> | 2012-08-16 16:46:20 -0700 |
| commit | ca0607051a01e691f62752f68ecc08fb24f2d3b2 (patch) | |
| tree | 6cb7f09ce6e02c6ee222a3f6e3b6042d05aba500 /src/libstd/std.rc | |
| parent | 8bbe70c207482950585fd7d666cb2bf634fea52b (diff) | |
| download | rust-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.rc | 2 |
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; |
