Implement more InlaySnapshot methods

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Kirill Bulatov 2023-06-09 10:34:23 +03:00
parent daa2ebb57f
commit 568a67c4d7
5 changed files with 94 additions and 29 deletions

View file

@ -766,7 +766,7 @@ impl WrapSnapshot {
let suggestion_point = self
.tab_snapshot
.inlay_snapshot
.to_suggestion_point(inlay_point, Bias::Left);
.to_suggestion_point(inlay_point);
let fold_point = self
.tab_snapshot
.inlay_snapshot