Skip to content

Commit c82892a

Browse files
committed
clippy happy
1 parent 2d80d15 commit c82892a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/edge_differences.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ impl<'ts> EdgeDifferences<'ts> {
171171
marker: std::marker::PhantomData::<Insertion> {},
172172
}
173173
}
174+
175+
pub fn interval(&self) -> (Position, Position) {
176+
(self.left.into(), self.right.into())
177+
}
174178
}
175179

176180
fn update_right(

0 commit comments

Comments
 (0)