Remove redundant hashmap constructor functions.

This commit is contained in:
Graydon Hoare 2012-09-19 15:13:04 -07:00
parent 384906c1e8
commit 1ffd90edbc
53 changed files with 155 additions and 219 deletions

View file

@ -2,7 +2,7 @@ use print::pprust::expr_to_str;
use result::Result;
use either::{Either, Left, Right};
use std::map::{HashMap, str_hash};
use std::map::HashMap;
use token::{can_begin_expr, is_ident, is_ident_or_path, is_plain_ident,
INTERPOLATED, special_idents};
use codemap::{span,fss_none};