Skip to content

Commit

Permalink
delete outdated reference to cessen/ropey#25
Browse files Browse the repository at this point in the history
  • Loading branch information
kirawi authored Nov 28, 2022
1 parent 5c213f7 commit cecf6b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helix-core/src/diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cecf6b7

Please sign in to comment.