diff options
Diffstat (limited to 'clap/comptime.zig')
| -rw-r--r-- | clap/comptime.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
| 41 | single_options_is_set: std.PackedIntArray(u1, single_options), | 41 | single_options_is_set: std.PackedIntArray(u1, single_options), |
| 42 | flags: std.PackedIntArray(u1, flags), | 42 | flags: std.PackedIntArray(u1, flags), |
| 43 | pos: []const []const u8, | 43 | pos: []const []const u8, |
| 44 | allocator: *mem.Allocator, | 44 | allocator: mem.Allocator, |
| 45 | 45 | ||
| 46 | pub fn parse(iter: anytype, opt: clap.ParseOptions) !@This() { | 46 | pub fn parse(iter: anytype, opt: clap.ParseOptions) !@This() { |
| 47 | const allocator = opt.allocator; | 47 | const allocator = opt.allocator; |