refactor: convert Buffer.MetaWriter to an ArrayListUnmanaged
This commit is contained in:
parent
39a57e457d
commit
9023109b21
3 changed files with 15 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue