mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove OrderedMap in favor of IndexMap
This commit is contained in:
parent
44cbe969e2
commit
b763d6737c
4 changed files with 12 additions and 132 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue