mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -1000,7 +1000,7 @@ impl StrongRuleNode {
|
|||
|
||||
unsafe fn assert_free_list_has_no_duplicates_or_null(&self) {
|
||||
assert!(cfg!(debug_assertions), "This is an expensive check!");
|
||||
use std::collections::HashSet;
|
||||
use hash::HashSet;
|
||||
|
||||
let me = &*self.ptr();
|
||||
assert!(me.is_root());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue