mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
chore: Remove unused constants
This commit is contained in:
parent
349df40d14
commit
c97d64b677
@ -2,8 +2,6 @@ const std = @import("std.zig");
|
||||
const debug = std.debug;
|
||||
const assert = debug.assert;
|
||||
const testing = std.testing;
|
||||
const mem = std.mem;
|
||||
const Allocator = mem.Allocator;
|
||||
|
||||
/// A singly-linked list is headed by a single forward pointer. The elements
|
||||
/// are singly linked for minimum space and pointer manipulation overhead at
|
||||
|
Loading…
Reference in New Issue
Block a user