From 1595ce273edb32493231a43216a15cfbeb9ffc12 Mon Sep 17 00:00:00 2001 From: Jay Petacat Date: Fri, 8 Jan 2021 15:36:02 -0500 Subject: Remove deprecated stream aliases --- lib/std/array_list.zig | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/std/array_list.zig') diff --git a/lib/std/array_list.zig b/lib/std/array_list.zig index 4f1cb11bc7..f30a86d8f7 100644 --- a/lib/std/array_list.zig +++ b/lib/std/array_list.zig @@ -242,9 +242,6 @@ pub fn ArrayListAligned(comptime T: type, comptime alignment: ?u29) type { return .{ .context = self }; } - /// Deprecated: use `writer` - pub const outStream = writer; - /// Same as `append` except it returns the number of bytes written, which is always the same /// as `m.len`. The purpose of this function existing is to match `std.io.Writer` API. fn appendWrite(self: *Self, m: []const u8) !usize { -- cgit v1.2.3