Introduce MultiBuffer::symbols_containing
This commit is contained in:
parent
bfa5dd52dd
commit
099250c691
2 changed files with 28 additions and 1 deletions
|
@ -4,7 +4,7 @@ use anyhow::Result;
|
|||
use std::{cmp::Ordering, fmt::Debug, ops::Range};
|
||||
use sum_tree::Bias;
|
||||
|
||||
#[derive(Clone, Eq, PartialEq, Debug, Hash)]
|
||||
#[derive(Copy, Clone, Eq, PartialEq, Debug, Hash)]
|
||||
pub struct Anchor {
|
||||
pub timestamp: clock::Local,
|
||||
pub offset: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue