mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
apply clippy optimization
This commit is contained in:
parent
c6a83a3dd1
commit
d383778e7d
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ fn update(
|
||||||
None, // unlimited
|
None, // unlimited
|
||||||
) {
|
) {
|
||||||
text_buffer.apply_tag(found_tag, &start, &end);
|
text_buffer.apply_tag(found_tag, &start, &end);
|
||||||
total = total + 1;
|
total += 1;
|
||||||
next = end;
|
next = end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue