Fix remote server build

This commit is contained in:
Piotr Osiewicz
2025-12-18 14:38:48 +01:00
parent 738dac0d6e
commit ffe2da5d17

View File

@@ -39,7 +39,7 @@ pub struct BufferStore {
shared_buffers: HashMap<proto::PeerId, HashMap<BufferId, SharedBuffer>>,
non_searchable_buffers: HashSet<BufferId>,
project_search_chunks: HashMap<u64, smol::channel::Sender<BufferId>>,
pub(crate) next_project_search_id: u64,
pub next_project_search_id: u64,
}
#[derive(Hash, Eq, PartialEq, Clone)]