ZIm/crates/project/src/git_store
Piotr Osiewicz 64d0fec699
sum_tree: Store context on cursor (#34904)
This gets rid of the need to pass context to all cursor functions. In
practice context is always immutable when interacting with cursors.

A nicety of this is in the follow-up PR we will be able to implement
Iterator for all Cursors/filter cursors (hell, we may be able to get rid
of filter cursor altogether, as it is just a custom `filter` impl on
iterator trait).
Release Notes:

- N/A
2025-07-22 18:20:48 +02:00
..
conflict_set.rs chore: Bump Rust version to 1.88 (#33439) 2025-06-26 20:54:19 +02:00
git_traversal.rs sum_tree: Store context on cursor (#34904) 2025-07-22 18:20:48 +02:00