Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit a76f105

Browse files
committed
clap: don't recurse into c headers
1 parent faceb71 commit a76f105

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/clap/root.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,5 @@ pub inline fn exportClap(comptime Plugin: type, meta: Meta) void {
553553
}
554554

555555
comptime {
556-
@setEvalBranchQuota(2000);
557-
std.testing.refAllDeclsRecursive(@This());
556+
std.testing.refAllDecls(@This());
558557
}

0 commit comments

Comments
 (0)