| author | |
| committer | |
| log | aff2df866eb16ad781e26a25f8b664d498e2211a |
| tree | 1c351c586a98aa619c93365b158ff18c79231551 |
| parent | 88ae6ecb985f61f9522a51afed787b8748fb219a |
1 files changed, 0 insertions(+), 2 deletions(-)
time.zig-2| ... | @@ -321,8 +321,6 @@ pub const DateTime = struct { | ... | @@ -321,8 +321,6 @@ pub const DateTime = struct { |
| 321 | }, | 321 | }, |
| 322 | else => {}, | 322 | else => {}, |
| 323 | } | 323 | } |
| 324 | |||
| 325 | if (i < fmt.len - 1) @compileError(comptime std.fmt.comptimePrint("'{s}' is not a valid format sequence", .{fmt[s..e]})); | ||
| 326 | } | 324 | } |
| 327 | } | 325 | } |
| 328 | 326 |