diff options
| author | Liigo Zhuang <com.liigo@gmail.com> | 2014-02-12 08:40:52 +0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-02-13 12:50:25 -0800 |
| commit | 8a5b938b3bb408c24f0f1d6fbd6bd0ba011f60a1 (patch) | |
| tree | b5f1173c784526986a62971a4b03bd9bf3df9cf6 /src/libextra/lib.rs | |
| parent | 7dc187afd8a19dad05dbf1a689e6b6f400f7bc0a (diff) | |
Move base64 and hex from libextra to libserialize
Diffstat (limited to 'src/libextra/lib.rs')
| -rw-r--r-- | src/libextra/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libextra/lib.rs b/src/libextra/lib.rs index 70a21da6816..e0200f48cfe 100644 --- a/src/libextra/lib.rs +++ b/src/libextra/lib.rs @@ -59,11 +59,9 @@ pub mod url; pub mod json; pub mod tempfile; pub mod time; -pub mod base64; pub mod workcache; pub mod enum_set; pub mod stats; -pub mod hex; #[cfg(unicode)] mod unicode; |
