mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
stylo: Replace all hashtable collections with ones from style::hash
This commit is contained in:
parent
fae5e10643
commit
5cd296a264
9 changed files with 29 additions and 14 deletions
|
@ -416,7 +416,7 @@ ${helpers.predefined_type("object-position",
|
|||
products="gecko"
|
||||
animation_value_type="discrete"
|
||||
boxed="True">
|
||||
use std::collections::HashMap;
|
||||
use hash::HashMap;
|
||||
use std::fmt;
|
||||
use std::ops::Range;
|
||||
use str::HTML_SPACE_CHARACTERS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue