Convert std::map to camel case

This commit is contained in:
Brian Anderson
2012-09-10 15:38:28 -07:00
parent 29003c799f
commit cb7a5395dd
93 changed files with 384 additions and 385 deletions

View File

@@ -1,7 +1,7 @@
// Functions dealing with attributes and meta_items
use std::map;
use std::map::hashmap;
use std::map::HashMap;
use either::Either;
use diagnostic::span_handler;
use ast_util::{spanned, dummy_spanned};