diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-07-05 14:40:51 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-07-05 14:40:51 -0700 |
| commit | 7babcf55d7093ce5f26a4ac9dc1fad81b0db1cb7 (patch) | |
| tree | 286e7f95220f079c5a39b167fb65f2cb947a82e7 | |
| parent | 8f92de3ce584cde05d755d76887aa8cecc4b2e2b (diff) | |
| download | rust-7babcf55d7093ce5f26a4ac9dc1fad81b0db1cb7.tar.gz rust-7babcf55d7093ce5f26a4ac9dc1fad81b0db1cb7.zip | |
std: Actually buildbase64
| -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 b5098794e98..2a27d5620f1 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -72,6 +72,7 @@ mod prettyprint; mod arena; mod par; mod cmp; +mod base64; #[cfg(unicode)] mod unicode; |
