Skip to content

Commit 1bb8b4a

Browse files
committed
std.heap: fix wrong deprecation date
1 parent ff8e759 commit 1bb8b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/std/heap.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ pub const FixedBufferAllocator = @import("heap/FixedBufferAllocator.zig");
1818
pub const DebugAllocatorConfig = @import("heap/debug_allocator.zig").Config;
1919
pub const DebugAllocator = @import("heap/debug_allocator.zig").DebugAllocator;
2020
pub const Check = enum { ok, leak };
21-
/// Deprecated; to be removed after 0.15.0 is tagged.
21+
/// Deprecated; to be removed after 0.14.0 is tagged.
2222
pub const GeneralPurposeAllocatorConfig = DebugAllocatorConfig;
23-
/// Deprecated; to be removed after 0.15.0 is tagged.
23+
/// Deprecated; to be removed after 0.14.0 is tagged.
2424
pub const GeneralPurposeAllocator = DebugAllocator;
2525

2626
const memory_pool = @import("heap/memory_pool.zig");

0 commit comments

Comments
 (0)