terminal: update renderstate to use new assert

pull/9662/head
Mitchell Hashimoto 2025-11-20 06:15:30 -10:00
parent 6e5e24c3ca
commit 5d58487fb8
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const std = @import("std");
const assert = std.debug.assert;
const assert = @import("../quirks.zig").inlineAssert;
const Allocator = std.mem.Allocator;
const ArenaAllocator = std.heap.ArenaAllocator;
const fastmem = @import("../fastmem.zig");