fix: improve Buffer writer impl

This commit is contained in:
CJ van den Berg 2025-09-29 22:29:45 +02:00
parent 372d3d1e7f
commit 2f89dcba8d
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -1027,8 +1027,6 @@ const Node = union(enum) {
.writer = .{
.vtable = &.{
.drain = Ctx.drain,
.flush = std.Io.Writer.noopFlush,
.rebase = std.Io.Writer.failingRebase,
},
.buffer = &.{},
},