From 423c1221f9c020a1047fc14ce8e9003d7e009914 Mon Sep 17 00:00:00 2001 From: Zachary Raineri Date: Fri, 28 Jul 2023 16:16:24 -0500 Subject: [PATCH] std.target | Remove comment referencing closed proposal Removes a comment referencing #425 which has been closed --- lib/std/target.zig | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/std/target.zig b/lib/std/target.zig index 015aee61ba..11e293ecf4 100644 --- a/lib/std/target.zig +++ b/lib/std/target.zig @@ -3,9 +3,6 @@ const builtin = @import("builtin"); const mem = std.mem; const Version = std.SemanticVersion; -/// TODO Nearly all the functions in this namespace would be -/// better off if https://github.com/ziglang/zig/issues/425 -/// was solved. pub const Target = struct { cpu: Cpu, os: Os,