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.
This commit is contained in:
Daniel Micay
2013-02-01 02:13:36 -05:00
parent df31373406
commit 319eeb1c79
96 changed files with 230 additions and 231 deletions

View File

@@ -20,7 +20,7 @@ use parse::{parser, token};
use core::io;
use core::vec;
use std::map::HashMap;
use std::oldmap::HashMap;
// new-style macro! tt code:
//