mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +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
|
@ -19,7 +19,7 @@ use servo_arc::Arc;
|
|||
use smallvec::SmallVec;
|
||||
use std::ptr;
|
||||
use std::mem;
|
||||
use crate::hash::FxHashMap;
|
||||
use fxhash::FxHashMap;
|
||||
use super::ComputedValues;
|
||||
use crate::values::animated::{Animate, Procedure, ToAnimatedValue, ToAnimatedZero};
|
||||
use crate::values::animated::effects::AnimatedFilter;
|
||||
|
|
|
@ -29,7 +29,7 @@ use crate::context::QuirksMode;
|
|||
use crate::logical_geometry::WritingMode;
|
||||
use malloc_size_of::{MallocSizeOf, MallocSizeOfOps};
|
||||
use crate::computed_value_flags::*;
|
||||
use crate::hash::FxHashMap;
|
||||
use fxhash::FxHashMap;
|
||||
use crate::media_queries::Device;
|
||||
use crate::parser::ParserContext;
|
||||
use crate::selector_parser::PseudoElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue