Skip to content

Commit 8acb8eb

Browse files
committed
one last todo
1 parent 0924393 commit 8acb8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/zig/tokenizer.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const std = @import("std"); //TODO"../std.zig");
1+
const std = @import("../std.zig");
22

33
pub const Token = struct {
44
tag: Tag,

0 commit comments

Comments
 (0)