about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-02-18 23:03:18 -0800
committerBrian Anderson <banderson@mozilla.com>2012-02-18 23:03:26 -0800
commit6b280c61ce0c19175fb409a588957f945a68a24f (patch)
tree341e5b4ec398f138fecd80af3637287702164b38 /src
parent010f2abc7029fadff32e3816ad8fb72dd8bf74b4 (diff)
downloadrust-6b280c61ce0c19175fb409a588957f945a68a24f.tar.gz
rust-6b280c61ce0c19175fb409a588957f945a68a24f.zip
core: Export future mod
Diffstat (limited to 'src')
-rw-r--r--src/libcore/core.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc
index 868762a090f..12a45498983 100644
--- a/src/libcore/core.rc
+++ b/src/libcore/core.rc
@@ -33,7 +33,8 @@ export uint, u8, u16, u32, u64;
 export float, f32, f64;
 export box, char, str, ptr, vec, bool;
 export either, option, result, iter;
-export ctypes, sys, unsafe, comm, task, logging;
+export ctypes, sys, unsafe, logging;
+export comm, task, future;
 export extfmt;
 export math, bessel;
 export tuple;