delete outdated reference to cessen/ropey#25 (#4928)
This commit is contained in:
parent
5c213f7de4
commit
04df9e4445
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue