mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
update deprecated ArrayListUnmanaged usage (#25958)
This commit is contained in:
@@ -381,8 +381,8 @@ const BinaryElfSegment = struct {
|
||||
};
|
||||
|
||||
const BinaryElfOutput = struct {
|
||||
segments: std.ArrayListUnmanaged(*BinaryElfSegment),
|
||||
sections: std.ArrayListUnmanaged(*BinaryElfSection),
|
||||
segments: std.ArrayList(*BinaryElfSegment),
|
||||
sections: std.ArrayList(*BinaryElfSection),
|
||||
allocator: Allocator,
|
||||
shstrtab: ?[]const u8,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user