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

This commit is contained in:
Kirawi 2022-11-28 20:07:47 -05:00 committed by GitHub
parent 5c213f7de4
commit 04df9e4445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,6 @@ fn finish(mut self) -> Self::Out {
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 {