zed/crates/rpc
Max Brunsfeld 1e02ebbd11 Replicate pending selections separately from other selections
This fixes a panic that would occur when a leader created
a pending selection that overlapped another selection,
because the follower would attempt to treat that pending
selection as non-pending, which would violate the invariant
that selections are sorted and disjoint.
2022-12-17 14:00:53 -08:00
..
proto Replicate pending selections separately from other selections 2022-12-17 14:00:53 -08:00
src Replicate pending selections separately from other selections 2022-12-17 14:00:53 -08:00
build.rs
Cargo.toml