diff --git a/lib/binding_rust/lib.rs b/lib/binding_rust/lib.rs index 2e3403b4..b80e2661 100644 --- a/lib/binding_rust/lib.rs +++ b/lib/binding_rust/lib.rs @@ -58,7 +58,7 @@ pub struct Point { /// A range of positions in a multi-line text document, both in terms of bytes and of /// rows and columns. -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)] pub struct Range { pub start_byte: usize, pub end_byte: usize,