apply clippy optimization

This commit is contained in:
yggverse 2024-12-15 15:38:11 +02:00
parent c6a83a3dd1
commit d383778e7d

View File

@ -180,7 +180,7 @@ fn update(
None, // unlimited
) {
text_buffer.apply_tag(found_tag, &start, &end);
total = total + 1;
total += 1;
next = end;
}