Allow retrieving a buffer's diagnostics
This commit is contained in:
parent
5bfbeb55c0
commit
ef4fc42d93
5 changed files with 140 additions and 35 deletions
|
@ -1592,6 +1592,7 @@ impl Snapshot {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Content<'a> {
|
||||
visible_text: &'a Rope,
|
||||
deleted_text: &'a Rope,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue