From cf8a34d11f0520bdf2afc08eda88862597a88b23 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Mon, 6 Dec 2021 20:18:55 +1100 Subject: zig master updates: allocator changes (#60) --- clap/comptime.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clap/comptime.zig') diff --git a/clap/comptime.zig b/clap/comptime.zig index bc6907a..b440004 100644 --- a/clap/comptime.zig +++ b/clap/comptime.zig @@ -41,7 +41,7 @@ pub fn ComptimeClap( single_options_is_set: std.PackedIntArray(u1, single_options), flags: std.PackedIntArray(u1, flags), pos: []const []const u8, - allocator: *mem.Allocator, + allocator: mem.Allocator, pub fn parse(iter: anytype, opt: clap.ParseOptions) !@This() { const allocator = opt.allocator; -- cgit v1.2.3