From 319eeb1c791324d1ba3a46513ab5f2c5a8e7fc5f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 1 Feb 2013 02:13:36 -0500 Subject: rename map -> oldmap and mark it as deprecated LinearMap is quite a bit faster, and is fully owned/sendable without requiring copies. The older std::map also doesn't use explicit self and relies on mutable fields. --- src/libstd/std.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/std.rc') diff --git a/src/libstd/std.rc b/src/libstd/std.rc index dc73b430099..65122bea750 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -79,7 +79,7 @@ pub mod bitv; pub mod deque; pub mod fun_treemap; pub mod list; -pub mod map; +pub mod oldmap; pub mod priority_queue; pub mod rope; pub mod smallintmap; -- cgit 1.4.1-3-g733a5