diff options
author | Kirawi | 2022-11-29 01:07:47 +0000 |
---|---|---|
committer | GitHub | 2022-11-29 01:07:47 +0000 |
commit | 04df9e444523ced5d3bedbe34e2f622d675cccb2 (patch) | |
tree | 171813db7591f891f7833f93dfad20d7e4c29eaa /helix-core | |
parent | 5c213f7de4df551284cf46631508b1b0d5244a5a (diff) |
delete outdated reference to cessen/ropey#25 (#4928)
Diffstat (limited to 'helix-core')
-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 { |