refactor: convert Buffer.MetaWriter to an ArrayListUnmanaged

This commit is contained in:
CJ van den Berg 2025-05-27 20:47:13 +02:00
parent 39a57e457d
commit 9023109b21
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 15 additions and 15 deletions

View file

@ -14,7 +14,7 @@ pub const Manager = @import("Manager.zig");
pub const Cursor = @import("Cursor.zig");
pub const View = @import("View.zig");
pub const Selection = @import("Selection.zig");
pub const MetaWriter = std.ArrayList(u8).Writer;
pub const MetaWriter = std.ArrayListUnmanaged(u8).Writer;
pub const Metrics = struct {
ctx: *const anyopaque,