ZIm/crates/sum_tree/src
Antonio Scandurra 57a736d74a
Fuse iterator supplied to SumTree::from_iter (#10571)
This fixes an issue that could cause `from_iter` to never finish if the
underlying iterator restarted after returning `None` for the first time.

We only saw this in development but I wanna cherry-pick it to stable and
preview, just in case.

Release Notes:

- N/A

Co-authored-by: Kyle <kylek@zed.dev>
2024-04-15 20:09:43 +02:00
..
cursor.rs Fix warnings surfaced in Rust 1.71 2023-08-02 09:19:23 -07:00
sum_tree.rs Fuse iterator supplied to SumTree::from_iter (#10571) 2024-04-15 20:09:43 +02:00
tree_map.rs Compute scrollbar markers asynchronously (#10080) 2024-04-03 12:21:17 +02:00