about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-07-05 14:39:08 -0700
committerBrian Anderson <banderson@mozilla.com>2012-07-05 14:39:08 -0700
commit73f1f686e9758388d9904995c4810ee2039bf705 (patch)
tree56b9085645997e97c394cb3d088045820b3a8d56 /src/libstd/std.rc
parentc1990901309f588464b390948213ee00cbebcef5 (diff)
downloadrust-73f1f686e9758388d9904995c4810ee2039bf705.tar.gz
rust-73f1f686e9758388d9904995c4810ee2039bf705.zip
std: Export base64
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 e30e9fc4774..b5098794e98 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -23,6 +23,7 @@ export rope, arena, par;
 export ebml, dbg, getopts, json, rand, sha1, term, time, prettyprint;
 export test, tempfile, serialization;
 export cmp;
+export base64;
 
 // General io and system-services modules