Generate InlayIds in InlayMap, prepare InlayCache for refactoring
This commit is contained in:
parent
e217a95fcc
commit
49c00fd571
7 changed files with 390 additions and 464 deletions
|
@ -708,7 +708,7 @@ mod tests {
|
|||
fold_map.randomly_mutate(&mut rng);
|
||||
let (fold_snapshot, _) = fold_map.read(inlay_snapshot, vec![]);
|
||||
log::info!("FoldMap text: {:?}", fold_snapshot.text());
|
||||
let (inlay_snapshot, _) = inlay_map.randomly_mutate(&mut 0, &mut rng);
|
||||
let (inlay_snapshot, _) = inlay_map.randomly_mutate(&mut rng);
|
||||
log::info!("InlayMap text: {:?}", inlay_snapshot.text());
|
||||
|
||||
let (tab_map, _) = TabMap::new(fold_snapshot.clone(), tab_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue