Make BlockMap::sync private

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2021-11-19 15:44:19 +01:00
parent dfbfa86548
commit 61d8848b31
3 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@ use smol::Timer;
use std::{
cell::RefCell,
cmp::{self, Ordering},
collections::{HashMap, HashSet},
collections::HashMap,
iter, mem,
ops::{Range, RangeInclusive},
rc::Rc,