Skip to content

Commit 0cfaf8c

Browse files
mtolmanmatthewtolman
authored andcommitted
removed todo
1 parent 0ae6d7b commit 0cfaf8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/slice/fields.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ pub const Parser = struct {
207207

208208
const at_end = self.startPos() + chunk_size >= self._text.len;
209209

210-
// TODO: ADAPT
211210
if (at_end) {
212211
const last_bit_quoted = (quoted >> @truncate(chunk_size - 1)) & 1;
213212
const last_quote_end = (quote_ends >> @truncate(chunk_size - 1)) & 1;

0 commit comments

Comments
 (0)