Implement Buffer::diagnostic_group
This commit is contained in:
parent
11e3874b4a
commit
393009a05c
7 changed files with 222 additions and 164 deletions
|
@ -1831,6 +1831,7 @@ mod tests {
|
|||
buffer
|
||||
.snapshot()
|
||||
.diagnostics_in_range::<_, Point>(0..buffer.len())
|
||||
.map(|(_, entry)| entry)
|
||||
.collect::<Vec<_>>(),
|
||||
&[
|
||||
DiagnosticEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue