Remove OrderedMap in favor of IndexMap

This commit is contained in:
Shanavas M 2019-01-09 16:12:15 +05:30
parent 44cbe969e2
commit b763d6737c
4 changed files with 12 additions and 132 deletions

View file

@ -52,6 +52,7 @@ extern crate hashglobe;
#[cfg(feature = "servo")]
#[macro_use]
extern crate html5ever;
extern crate indexmap;
extern crate itertools;
extern crate itoa;
#[macro_use]