about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-10-23 14:20:57 -0700
committerBrian Anderson <banderson@mozilla.com>2012-10-23 14:46:49 -0700
commitd29962f0eb2772c208a299efae86ad16bc25f7de (patch)
treefe1b53ced7fa23e80a7382874c4f1e915c26c6d4 /src/libstd/std.rc
parentf500f3f1fb4092bf7993170d755377268943e94b (diff)
downloadrust-d29962f0eb2772c208a299efae86ad16bc25f7de.tar.gz
rust-d29962f0eb2772c208a299efae86ad16bc25f7de.zip
Move futures to std
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index bbffde40948..0c48cd7ce00 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -53,6 +53,7 @@ pub mod cell;
 pub mod sync;
 pub mod arc;
 pub mod comm;
+pub mod future;
 
 // Collections