Skip to content

Commit

Permalink
allow use of generic std.mem.indexOfAny
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Jul 10, 2024
1 parent 210d864 commit 39d8c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bun-internal-test/src/banned.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"std.debug.assert": "Use bun.assert instead",
"std.debug.dumpStackTrace": "Use bun.handleErrorReturnTrace or bun.crash_handler.dumpStackTrace instead",
"std.debug.print": "Don't let this be committed",
"std.mem.indexOfAny(": "Use bun.strings.indexOfAny",
"std.mem.indexOfAny(u8": "Use bun.strings.indexOfAny",
"undefined != ": "This is by definition Undefined Behavior.",
"undefined == ": "This is by definition Undefined Behavior.",
"bun.toFD(std.fs.cwd().fd)": "Use bun.FD.cwd()",
Expand Down

0 comments on commit 39d8c43

Please sign in to comment.