mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
small iterator tweak
This commit is contained in:
@@ -24,7 +24,7 @@ pub const U32Iterator = struct {
|
||||
};
|
||||
}
|
||||
|
||||
self.index += 1;
|
||||
self.index = i + 1;
|
||||
return .{
|
||||
.value = i,
|
||||
.done = false,
|
||||
|
||||
Reference in New Issue
Block a user