diff options
Diffstat (limited to 'helix-core/src/diff.rs')
-rw-r--r-- | helix-core/src/diff.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/src/diff.rs b/helix-core/src/diff.rs index c754da30..a5d6d722 100644 --- a/helix-core/src/diff.rs +++ b/helix-core/src/diff.rs @@ -142,7 +142,6 @@ struct RopeLines<'a>(RopeSlice<'a>); impl<'a> imara_diff::intern::TokenSource for RopeLines<'a> { type Token = RopeSlice<'a>; - // TODO: improve performance of lines iterator (https://github.com/cessen/ropey/issues/25) type Tokenizer = ropey::iter::Lines<'a>; fn tokenize(&self) -> Self::Tokenizer { |