From 3d06cc6566d66f5ff3188da167424699404ef3ad Mon Sep 17 00:00:00 2001 From: Jose Colon Rodriguez Date: Tue, 13 Feb 2024 20:30:29 -0400 Subject: Removed unreachables from CodePointIterator --- src/Grapheme.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Grapheme.zig') diff --git a/src/Grapheme.zig b/src/Grapheme.zig index 1165a0e..d739159 100644 --- a/src/Grapheme.zig +++ b/src/Grapheme.zig @@ -4,7 +4,7 @@ const std = @import("std"); const unicode = std.unicode; const ziglyph = @import("ziglyph"); -const CodePoint = ziglyph.CodePoint; +const CodePoint = @import("CodePoint.zig"); const CodePointIterator = CodePoint.CodePointIterator; const readCodePoint = CodePoint.readCodePoint; // const emoji = ziglyph.emoji; -- cgit v1.2.3