Delete unused `Insertion` struct

Antonio Scandurra created

Change summary

zed/src/editor/buffer.rs | 8 --------
1 file changed, 8 deletions(-)

Detailed changes

zed/src/editor/buffer.rs 🔗

@@ -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,