my fork of dmp
Diffstat (limited to 'src/dmp.rs')
-rw-r--r--src/dmp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dmp.rs b/src/dmp.rs
index 3e2210f..51f9bad 100644
--- a/src/dmp.rs
+++ b/src/dmp.rs
@@ -17,8 +17,8 @@ use crate::{errors::Error, html::HtmlConfig, DType, PatchInput};
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
pub enum Ops {
Delete = -1,
- Insert,
Equal,
+ Insert,
}
/// A structure representing a diff