| author | |
| committer | |
| log | 9a1c388a4408e4dab3871c5dcb83efcc709b7d7f |
| tree | a4a9791f79076478aad3f92de1520eccd3bce388 |
| parent | b9568c921e71bbd554bf2697e086c5c8bb79bb61 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
null_writer.zig+1-1| ... | ... | @@ -9,7 +9,7 @@ const sys = switch (builtin.target.os.tag) { |
| 9 | 9 | }; |
| 10 | 10 | |
| 11 | 11 | pub const NullWriter = struct { |
| 12 | const W = nio.Writable(@This(), ._var); | |
| 12 | const W = nio.Writable(@This(), ._bare); | |
| 13 | 13 | pub const writeAll = W.writeAll; |
| 14 | 14 | pub const writevAll = W.writevAll; |
| 15 | 15 | pub const writeByteNTimes = W.writeByteNTimes; |