From efaf4db24c92e119e26dc575ffd6bfd3b91fb87d Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Sun, 23 Feb 2014 21:29:35 +1100 Subject: Transition to new `Hash`, removing IterBytes and std::to_bytes. --- src/libstd/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 638f7b89469..2c81bcd4b0e 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -143,9 +143,7 @@ pub mod from_str; pub mod num; pub mod iter; pub mod to_str; -pub mod to_bytes; pub mod clone; -pub mod hash_old; pub mod hash; pub mod container; pub mod default; @@ -228,7 +226,6 @@ mod std { pub use os; pub use rt; pub use str; - pub use to_bytes; pub use to_str; pub use unstable; } -- cgit 1.4.1-3-g733a5