| author | |
| committer | |
| log | 423c1221f9c020a1047fc14ce8e9003d7e009914 |
| tree | fd75f169817ee01f37c8b80e2e9435b3e7579ada |
| parent | 6604952ec3bac8645eb30db515df512f11602f20 |
Removes a comment referencing #425 which has been closed1 files changed, 0 insertions(+), 3 deletions(-)
lib/std/target.zig-3| ... | ... | @@ -3,9 +3,6 @@ const builtin = @import("builtin"); |
| 3 | 3 | const mem = std.mem; |
| 4 | 4 | const Version = std.SemanticVersion; |
| 5 | 5 | |
| 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. | |
| 9 | 6 | pub const Target = struct { |
| 10 | 7 | cpu: Cpu, |
| 11 | 8 | os: Os, |