delete outdated reference to cessen/ropey#25 (#4928)

pull/1/head
Kirawi 1 year ago committed by GitHub
parent 5c213f7de4
commit 04df9e4445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save