From af8f4e7888df04cd641a1bbdd48c02faf2e72d5c Mon Sep 17 00:00:00 2001 From: chloe caruso Date: Thu, 17 Apr 2025 17:34:51 -0700 Subject: [PATCH] 19 --- test/internal/ban-words.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/internal/ban-words.test.ts b/test/internal/ban-words.test.ts index 8b2c09b946..2830120141 100644 --- a/test/internal/ban-words.test.ts +++ b/test/internal/ban-words.test.ts @@ -30,7 +30,7 @@ const words: Record "!= alloc.ptr": { reason: "The std.mem.Allocator context pointer can be undefined, which makes this comparison undefined behavior" }, [String.raw`: [a-zA-Z0-9_\.\*\?\[\]\(\)]+ = undefined,`]: { reason: "Do not default a struct field to undefined", limit: 242, regex: true }, - "usingnamespace": { reason: "Zig deprecates this, and will not support it in incremental compilation.", limit: 34 }, + "usingnamespace": { reason: "Zig deprecates this, and will not support it in incremental compilation.", limit: 19 }, "std.fs.Dir": { reason: "Prefer bun.sys + bun.FD instead of std.fs", limit: 180 }, "std.fs.cwd": { reason: "Prefer bun.FD.cwd()", limit: 103 },