mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
💄
This commit is contained in:
parent
a74b602f18
commit
71aa5e5360
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ pub type ExcerptId = Locator;
|
|||
pub struct MultiBuffer {
|
||||
snapshot: RefCell<MultiBufferSnapshot>,
|
||||
buffers: RefCell<HashMap<usize, BufferState>>,
|
||||
used_excerpt_ids: SumTree<Locator>,
|
||||
used_excerpt_ids: SumTree<ExcerptId>,
|
||||
subscriptions: Topic,
|
||||
singleton: bool,
|
||||
replica_id: ReplicaId,
|
||||
|
|
Loading…
Reference in a new issue