diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-07-05 14:39:08 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-07-05 14:39:08 -0700 |
| commit | 73f1f686e9758388d9904995c4810ee2039bf705 (patch) | |
| tree | 56b9085645997e97c394cb3d088045820b3a8d56 /src/libstd/std.rc | |
| parent | c1990901309f588464b390948213ee00cbebcef5 (diff) | |
| download | rust-73f1f686e9758388d9904995c4810ee2039bf705.tar.gz rust-73f1f686e9758388d9904995c4810ee2039bf705.zip | |
std: Export base64
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 1 |
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 |
