mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 00:35:10 +00:00
std.target | Remove comment referencing closed proposal
Removes a comment referencing #425 which has been closed
This commit is contained in:
parent
6604952ec3
commit
423c1221f9
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user