fix: improve Buffer writer impl
This commit is contained in:
parent
372d3d1e7f
commit
2f89dcba8d
1 changed files with 0 additions and 2 deletions
|
@ -1027,8 +1027,6 @@ const Node = union(enum) {
|
||||||
.writer = .{
|
.writer = .{
|
||||||
.vtable = &.{
|
.vtable = &.{
|
||||||
.drain = Ctx.drain,
|
.drain = Ctx.drain,
|
||||||
.flush = std.Io.Writer.noopFlush,
|
|
||||||
.rebase = std.Io.Writer.failingRebase,
|
|
||||||
},
|
},
|
||||||
.buffer = &.{},
|
.buffer = &.{},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue