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

1
Cargo.lock generated
View file

@ -3870,6 +3870,7 @@ dependencies = [
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"hashglobe 0.1.0",
"html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)",
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",