| ... | @@ -3,9 +3,6 @@ const builtin = @import("builtin"); | ... | @@ -3,9 +3,6 @@ const builtin = @import("builtin"); |
| 3 | const mem = std.mem; | 3 | const mem = std.mem; |
| 4 | const Version = std.SemanticVersion; | 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 | pub const Target = struct { | 6 | pub const Target = struct { |
| 10 | cpu: Cpu, | 7 | cpu: Cpu, |
| 11 | os: Os, | 8 | os: Os, |