Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch removes a useless clone of `TimelineInner::items`. This clone was technically cheap because it's a `Vector` behind the scene, which is cheap to clone, but still, it's not necessary at all to clone it.
- Loading branch information