| author | |
| committer | |
| log | a2bb246db4c2bb88f402215d5db79a535dbff4b6 |
| tree | babca06cfe17016600efbfed3e3ebfe72054493b |
| parent | c4b9f5e52f3c45d4c88ba0f1768bc93eb6318040 |
This reverts commit 11d38a7e520f485206b7b010f64127d864194e4c.
The benefits of this commit are not enough to justify the compromise
that it made.
closes #59771 files changed, 0 insertions(+), 2 deletions(-)
lib/std/fmt.zig-2| ... | @@ -88,8 +88,6 @@ pub fn format( | ... | @@ -88,8 +88,6 @@ pub fn format( |
| 88 | if (args.len > ArgSetType.bit_count) { | 88 | if (args.len > ArgSetType.bit_count) { |
| 89 | @compileError("32 arguments max are supported per format call"); | 89 | @compileError("32 arguments max are supported per format call"); |
| 90 | } | 90 | } |
| 91 | if (args.len == 0) | ||
| 92 | return writer.writeAll(fmt); | ||
| 93 | 91 | ||
| 94 | const State = enum { | 92 | const State = enum { |
| 95 | Start, | 93 | Start, |