We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43edd53 commit e831313Copy full SHA for e831313
lib/std/io.zig
@@ -410,9 +410,6 @@ pub const BufferedAtomicFile = @import("io/buffered_atomic_file.zig").BufferedAt
410
411
pub const StreamSource = @import("io/stream_source.zig").StreamSource;
412
413
-pub const BufferedTee = @import("io/buffered_tee.zig").BufferedTee;
414
-pub const bufferedTee = @import("io/buffered_tee.zig").bufferedTee;
415
-
416
pub const tty = @import("io/tty.zig");
417
418
/// A Writer that doesn't write to anything.
@@ -709,5 +706,4 @@ test {
709
706
_ = @import("io/seekable_stream.zig");
710
707
_ = @import("io/stream_source.zig");
711
708
_ = @import("io/test.zig");
712
- _ = @import("io/buffered_tee.zig");
713
}
lib/std/io/buffered_tee.zig
0 commit comments