mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
refactor: ban std.debug.assert (#10168)
* Ban `std.debug.assert` * Create .clangd * Update lint.yml * Update linter.ts * update * lint * Update linter.ts * Update linter.ts * update * Update linter.ts * update * Update linter.ts * more * Update install.zig * words * Remove UB
This commit is contained in:
@@ -51,7 +51,7 @@ const c = struct {
|
||||
}.mi_posix_memalign;
|
||||
};
|
||||
const Allocator = mem.Allocator;
|
||||
const assert = std.debug.assert;
|
||||
const assert = @import("root").bun.assert;
|
||||
const CAllocator = struct {
|
||||
const malloc_size = c.malloc_size;
|
||||
pub const supports_posix_memalign = true;
|
||||
|
||||
Reference in New Issue
Block a user