Make BlockMap::sync
private
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
dfbfa86548
commit
61d8848b31
3 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue