diff options
Diffstat (limited to '')
-rw-r--r-- | src/event.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event.rs b/src/event.rs index fc7722d..458bd19 100644 --- a/src/event.rs +++ b/src/event.rs @@ -2807,7 +2807,6 @@ pub struct Point { impl Point { /// Create a new point, that is shifted from the close earlier current /// point, to `index.` - // To do: tabs. pub fn shift_to(&self, bytes: &[u8], index: usize) -> Point { let mut next = self.clone(); debug_assert!(index > next.index, "expect"); |