mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update to uluru 0.2 and arrayvec 0.4
This commit is contained in:
parent
8e3056d0cc
commit
99c2db0549
7 changed files with 24 additions and 38 deletions
|
@ -515,7 +515,7 @@ pub struct SelectorFlagsMap<E: TElement> {
|
|||
map: FnvHashMap<SendElement<E>, ElementSelectorFlags>,
|
||||
/// An LRU cache to avoid hashmap lookups, which can be slow if the map
|
||||
/// gets big.
|
||||
cache: LRUCache<CacheItem<E>, [Entry<CacheItem<E>>; 4 + 1]>,
|
||||
cache: LRUCache<[Entry<CacheItem<E>>; 4 + 1]>,
|
||||
}
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue