mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
Rename all ArrayListUnmanaged -> ArrayList
ArrayListAlignedUnmanaged has been deprecated for a while, and I occasionally replace them, but doing one complete pass gets it done once and for all.
This commit is contained in:
@@ -57,7 +57,7 @@ const Runner = struct {
|
||||
|
||||
// per-test arena, used for collecting substests
|
||||
arena: Allocator,
|
||||
subtests: std.ArrayListUnmanaged([]const u8),
|
||||
subtests: std.ArrayList([]const u8),
|
||||
|
||||
fn init(allocator: Allocator, arena: Allocator, ta: *TrackingAllocator, env: Env) Runner {
|
||||
return .{
|
||||
|
||||
Reference in New Issue
Block a user