about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-11-22 18:20:28 -0800
committerGraydon Hoare <graydon@mozilla.com>2012-11-22 18:31:12 -0800
commiteeb584ccbd5b74008642bbf1b7e75dfc90bc9e93 (patch)
treeae48ed6f546e2ed6a043d2e8a7ced19a94ef2a12 /src/libstd/std.rc
parent105a0b9fc144ef0dd82eae89daf4e1048235631d (diff)
downloadrust-eeb584ccbd5b74008642bbf1b7e75dfc90bc9e93.tar.gz
rust-eeb584ccbd5b74008642bbf1b7e75dfc90bc9e93.zip
std: initial sketch of workcache, barely does anything.
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 28f5db214e9..dd895e60d8f 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -85,6 +85,7 @@ pub mod par;
 pub mod cmp;
 pub mod base64;
 pub mod rl;
+pub mod workcache;
 
 #[cfg(unicode)]
 mod unicode;