From 44ff4d3c1f5da05e57ce99ba9d67b80a334def83 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 25 May 2020 13:02:21 +0900 Subject: Implement a new core based on CodeMirror. --- helix-core/src/range.rs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 helix-core/src/range.rs (limited to 'helix-core/src/range.rs') diff --git a/helix-core/src/range.rs b/helix-core/src/range.rs deleted file mode 100644 index 46411664..00000000 --- a/helix-core/src/range.rs +++ /dev/null @@ -1,9 +0,0 @@ -use crate::Position; - -#[derive(Clone, Copy, PartialEq, Eq)] -pub struct Range { - pub start: Position, - pub end: Position, -} - -// range traversal iters -- cgit v1.2.3-70-g09d2