mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -421,7 +421,7 @@ impl<E: TElement> StyleSharingTarget<E> {
|
|||
}
|
||||
|
||||
struct SharingCacheBase<Candidate> {
|
||||
entries: LRUCache<Candidate, [Entry<Candidate>; SHARING_CACHE_BACKING_STORE_SIZE]>,
|
||||
entries: LRUCache<[Entry<Candidate>; SHARING_CACHE_BACKING_STORE_SIZE]>,
|
||||
}
|
||||
|
||||
impl<Candidate> Default for SharingCacheBase<Candidate> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue