From efa85b280f66f6f8416a6ed7257d0351d9d48023 Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Wed, 7 Jan 2026 21:07:25 +0100 Subject: fix: Regression in simple-ex example --- example/simple-ex.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/simple-ex.zig b/example/simple-ex.zig index f6a1c7f..0d90b69 100644 --- a/example/simple-ex.zig +++ b/example/simple-ex.zig @@ -30,7 +30,7 @@ pub fn main() !void { var diag = clap.Diagnostic{}; var res = clap.parse(clap.Help, ¶ms, parsers, .{ .diagnostic = &diag, - .allocator = gpa.allocator(), + .allocator = gpa, // The assignment separator can be configured. `--number=1` and `--number:1` is now // allowed. .assignment_separators = "=:", -- cgit v1.2.3