File tree Expand file tree Collapse file tree 2 files changed +0
-49
lines changed Expand file tree Collapse file tree 2 files changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -431,10 +431,6 @@ pub const bufferedWriter = @import("Io/buffered_writer.zig").bufferedWriter;
431
431
pub const FixedBufferStream = @import ("Io/fixed_buffer_stream.zig" ).FixedBufferStream ;
432
432
/// Deprecated in favor of `Reader`.
433
433
pub const fixedBufferStream = @import ("Io/fixed_buffer_stream.zig" ).fixedBufferStream ;
434
- /// Deprecated in favor of `Reader.Limited`.
435
- pub const LimitedReader = @import ("Io/limited_reader.zig" ).LimitedReader ;
436
- /// Deprecated in favor of `Reader.Limited`.
437
- pub const limitedReader = @import ("Io/limited_reader.zig" ).limitedReader ;
438
434
/// Deprecated with no replacement; inefficient pattern
439
435
pub const CountingWriter = @import ("Io/counting_writer.zig" ).CountingWriter ;
440
436
/// Deprecated with no replacement; inefficient pattern
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments