Skip to content

Commit

Permalink
delete outdated reference to cessen/ropey#25 (helix-editor#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirawi authored and Frederik Vestre committed Feb 6, 2023
1 parent 5baf331 commit ccf37ad
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 ccf37ad

Please sign in to comment.