Remove unneeeded address-of operator
This commit is contained in:
parent
748b2c72a3
commit
d23f9a164e
@ -39,6 +39,6 @@ test "" {
|
||||
std.fs.cwd().deleteFileZ(filename) catch {};
|
||||
}
|
||||
|
||||
const out_stream = &cOutStream(out_file);
|
||||
const out_stream = cOutStream(out_file);
|
||||
try out_stream.print("hi: {}\n", .{@as(i32, 123)});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user