Start on implementing filtering support for Cursor::prev

This commit is contained in:
Antonio Scandurra
2022-03-15 15:13:23 +01:00
parent 7c6fe56347
commit 45ce503afd
5 changed files with 65 additions and 91 deletions
+1 -1
View File
@@ -1700,7 +1700,7 @@ impl MultiBufferSnapshot {
}
pub fn text_summary(&self) -> TextSummary {
self.excerpts.summary().text
self.excerpts.summary().text.clone()
}
pub fn text_summary_for_range<'a, D, O>(&'a self, range: Range<O>) -> D