Skip to content

Commit

Permalink
std.target | Remove comment referencing closed proposal
Browse files Browse the repository at this point in the history
Removes a comment referencing #425 which has been closed
  • Loading branch information
zraineri authored and andrewrk committed Jul 29, 2023
1 parent 6604952 commit 423c122
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/std/target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 423c122

Please sign in to comment.