about summary refs log tree commit diff
path: root/src/libextra/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libextra/lib.rs')
-rw-r--r--src/libextra/lib.rs2
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;