24b968ad39
This patch updates `EventCacheStore::handle_linked_chunk_updates` to take a `Vec<Update<Item, Gap>>` instead of `&[Update<Item, Gap>]`. In fact, `linked_chunk::ObservableUpdates::take()` already returns a `Vec<Update<Item, Gap>>`; we can simply forward this `Vec` up to here without any further clones.
The file is empty.