diff options
Diffstat (limited to 'src/root.zig')
| -rw-r--r-- | src/root.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/root.zig b/src/root.zig index 648fb77..6fd15f5 100644 --- a/src/root.zig +++ b/src/root.zig @@ -2,7 +2,6 @@ const std = @import("std"); const builtin = @import("builtin"); const Allocator = std.mem.Allocator; const parser = @import("parser.zig"); -const typst = @import("typst.zig"); pub const Document = parser.Document; pub const Error = parser.Error; /// Parse the content. |
