Reduce use of deprecated IO types

Related: #4917
This commit is contained in:
Jay Petacat
2021-01-05 20:57:18 -05:00
committed by Andrew Kelley
parent 8e9a1ac364
commit a9b505fa77
43 changed files with 159 additions and 159 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ fn benchmarkCodepointCount(buf: []const u8) !ResultCount {
}
pub fn main() !void {
const stdout = std.io.getStdOut().outStream();
const stdout = std.io.getStdOut().writer();
const args = try std.process.argsAlloc(std.heap.page_allocator);