| author | |
| committer | |
| log | c8b6e552991136e3a45095007ae4c3594be02ef9 |
| tree | 48460bf1fa10fb98e0e9c83a11eb4d1e854147d1 |
| parent | 2f740fa19ff88981d028289162b3eb469b7f5315 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug.zig+1-1| ... | ... | @@ -17,7 +17,7 @@ const maxInt = std.math.maxInt; |
| 17 | 17 | const File = std.fs.File; |
| 18 | 18 | const windows = std.os.windows; |
| 19 | 19 | |
| 20 | const leb = @import("debug/leb128.zig"); | |
| 20 | pub const leb = @import("debug/leb128.zig"); | |
| 21 | 21 | |
| 22 | 22 | pub const FailingAllocator = @import("debug/failing_allocator.zig").FailingAllocator; |
| 23 | 23 | pub const failing_allocator = &FailingAllocator.init(global_allocator, 0).allocator; |