| author | |
| committer | |
| log | 0dbf8aaab83d7387568d6387c6cbd263e04c7397 |
| tree | 367560f4e6b3c15a436ee5635933538554909103 |
| parent | 048da6f6315772cd4fb6356c2dd50f0b60cbf6b5 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/crypto/benchmark.zig+1-1| ... | ... | @@ -133,7 +133,7 @@ fn printPad(stdout: var, s: []const u8) !void { |
| 133 | 133 | } |
| 134 | 134 | |
| 135 | 135 | pub fn main() !void { |
| 136 | const stdout = &std.io.getStdOut().outStream().stream; | |
| 136 | const stdout = std.io.getStdOut().outStream(); | |
| 137 | 137 | |
| 138 | 138 | var buffer: [1024]u8 = undefined; |
| 139 | 139 | var fixed = std.heap.FixedBufferAllocator.init(buffer[0..]); |