mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 01:00:02 +00:00
apply clippy optimization
This commit is contained in:
parent
c6a83a3dd1
commit
d383778e7d
@ -180,7 +180,7 @@ fn update(
|
||||
None, // unlimited
|
||||
) {
|
||||
text_buffer.apply_tag(found_tag, &start, &end);
|
||||
total = total + 1;
|
||||
total += 1;
|
||||
next = end;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user