mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Remove servo/components/{hashglobe,fallible} in favor of try_reserve
Differential Revision: https://phabricator.services.mozilla.com/D134194
This commit is contained in:
parent
07d1bd560b
commit
2b6fce1e57
33 changed files with 157 additions and 7113 deletions
|
@ -128,7 +128,7 @@ impl RuleTree {
|
|||
return;
|
||||
}
|
||||
|
||||
let mut children_count = crate::hash::FxHashMap::default();
|
||||
let mut children_count = fxhash::FxHashMap::default();
|
||||
|
||||
let mut stack = SmallVec::<[_; 32]>::new();
|
||||
stack.push(self.root.clone());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue