mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra clone
This commit is contained in:
parent
e58a2a3a90
commit
bf290a9648
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ fn find(
|
|||
None, // unlimited
|
||||
) {
|
||||
text_buffer.apply_tag(found_tag, &start, &end);
|
||||
next = end.clone();
|
||||
next = end;
|
||||
result.push((start, end));
|
||||
}
|
||||
result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue