mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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
|
||||
) {
|
||||
text_buffer.apply_tag(found_tag, &start, &end);
|
||||
total = total + 1;
|
||||
total += 1;
|
||||
next = end;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue