Move InlayId generation back to InlayCache
This commit is contained in:
parent
e82b4d8957
commit
8c03e9e122
7 changed files with 147 additions and 133 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 rng);
|
||||
let (inlay_snapshot, _) = inlay_map.randomly_mutate(&mut 0, &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