mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
chore: Remove unused constants
This commit is contained in:
parent
349df40d14
commit
c97d64b677
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue