about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-08-12 16:26:45 -0700
committerBrian Anderson <banderson@mozilla.com>2012-08-12 16:26:45 -0700
commit78d19d8f1bdb64317ebdb072c25ee1240a562095 (patch)
tree4b2a7f9e3cfbcc8114d4ab8873b785619beacd6f /src/libstd/std.rc
parent9169a1b26a556bbd5befd344a5b0912901859e5d (diff)
downloadrust-78d19d8f1bdb64317ebdb072c25ee1240a562095.tar.gz
rust-78d19d8f1bdb64317ebdb072c25ee1240a562095.zip
std: Add cell to the std crate and make it build
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index dfc659781de..b2d9d3770fc 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -26,6 +26,7 @@ export ebml, dbg, getopts, json, rand, sha1, term, time, prettyprint;
 export test, tempfile, serialization;
 export cmp;
 export base64;
+export cell;
 
 // General io and system-services modules
 
@@ -45,6 +46,7 @@ mod uv_global_loop;
 
 mod c_vec;
 mod timer;
+mod cell;
 
 // Concurrency