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 @@ -446,10 +446,6 @@ pub const bufferedWriter = @import("Io/buffered_writer.zig").bufferedWriter;
446
446
pub const FixedBufferStream = @import ("Io/fixed_buffer_stream.zig" ).FixedBufferStream ;
447
447
/// Deprecated in favor of `Reader`.
448
448
pub const fixedBufferStream = @import ("Io/fixed_buffer_stream.zig" ).fixedBufferStream ;
449
- /// Deprecated in favor of `Reader.Limited`.
450
- pub const LimitedReader = @import ("Io/limited_reader.zig" ).LimitedReader ;
451
- /// Deprecated in favor of `Reader.Limited`.
452
- pub const limitedReader = @import ("Io/limited_reader.zig" ).limitedReader ;
453
449
/// Deprecated with no replacement; inefficient pattern
454
450
pub const CountingWriter = @import ("Io/counting_writer.zig" ).CountingWriter ;
455
451
/// Deprecated with no replacement; inefficient pattern
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments