mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Delete unused Insertion
struct
This commit is contained in:
parent
125be2f07a
commit
8f8c6c8add
1 changed files with 0 additions and 8 deletions
|
@ -326,14 +326,6 @@ struct Diff {
|
|||
changes: Vec<(ChangeTag, usize)>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Eq, PartialEq, Debug)]
|
||||
pub struct Insertion {
|
||||
id: time::Local,
|
||||
parent_id: time::Local,
|
||||
offset_in_parent: usize,
|
||||
lamport_timestamp: time::Lamport,
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Clone, Debug)]
|
||||
struct Fragment {
|
||||
len: usize,
|
||||
|
|
Loading…
Reference in a new issue