Skip to content

Commit 2f39dab

Browse files
zraineriQusaiHroub
authored andcommitted
std.target | Remove comment referencing closed proposal
Removes a comment referencing ziglang#425 which has been closed
1 parent c08fc6b commit 2f39dab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/std/target.zig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ const builtin = @import("builtin");
33
const mem = std.mem;
44
const Version = std.SemanticVersion;
55

6-
/// TODO Nearly all the functions in this namespace would be
7-
/// better off if https://github.com/ziglang/zig/issues/425
8-
/// was solved.
96
pub const Target = struct {
107
cpu: Cpu,
118
os: Os,

0 commit comments

Comments
 (0)