diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-03-11 18:54:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-11 18:54:52 -0400 |
| commit | 895f67cc6dfe3ade4b635c4c2168843b022edee7 (patch) | |
| tree | 78f817084e76780c1b3eaab961657b168736e4d3 /lib/std/std.zig | |
| parent | 571f3ed161455074be5f296b39b24cba554da8e0 (diff) | |
| parent | 06d2f53ece7328e6beedd5c846a5b25798ba74e3 (diff) | |
| download | zig-895f67cc6dfe3ade4b635c4c2168843b022edee7.tar.gz zig-895f67cc6dfe3ade4b635c4c2168843b022edee7.zip | |
Merge pull request #4710 from ziglang/io-stream-iface
rework I/O stream abstractions
Diffstat (limited to 'lib/std/std.zig')
| -rw-r--r-- | lib/std/std.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/std.zig b/lib/std/std.zig index dd4d968efb..9277370ca6 100644 --- a/lib/std/std.zig +++ b/lib/std/std.zig @@ -5,7 +5,6 @@ pub const BloomFilter = @import("bloom_filter.zig").BloomFilter; pub const BufMap = @import("buf_map.zig").BufMap; pub const BufSet = @import("buf_set.zig").BufSet; pub const Buffer = @import("buffer.zig").Buffer; -pub const BufferOutStream = @import("io.zig").BufferOutStream; pub const ChildProcess = @import("child_process.zig").ChildProcess; pub const DynLib = @import("dynamic_library.zig").DynLib; pub const HashMap = @import("hash_map.zig").HashMap; |
