authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-16 22:25:56 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-16 22:25:56 -08:00
logaff2df866eb16ad781e26a25f8b664d498e2211a
tree1c351c586a98aa619c93365b158ff18c79231551
parent88ae6ecb985f61f9522a51afed787b8748fb219a

support dense format strings


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 }
328326