fix code broken from previous commit

This commit is contained in:
Jacob G-W
2021-06-19 21:10:22 -04:00
committed by Andrew Kelley
parent b83b3883ba
commit 9fffffb07b
162 changed files with 720 additions and 148 deletions

View File

@@ -428,7 +428,7 @@ pub fn PriorityDequeue(comptime T: type) type {
warn("{}, ", .{e});
}
warn("array: ", .{});
for (self.items) |e, i| {
for (self.items) |e| {
warn("{}, ", .{e});
}
warn("len: {} ", .{self.len});