Skip to content

Commit c91be8e

Browse files
author
Max Moiseev
committed
[stdlib] temporarily available typealias for Streamable
1 parent fb9924a commit c91be8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/OutputStream.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ public protocol TextOutputStreamable {
9999
func write<Target : TextOutputStream>(to target: inout Target)
100100
}
101101

102-
@available(*, unavailable, renamed: "TextOutputStreamable")
103-
typealias Streamable = TextOutputStreamable
102+
// @available(*, unavailable, renamed: "TextOutputStreamable")
103+
public typealias Streamable = TextOutputStreamable
104104

105105
/// A type with a customized textual representation.
106106
///

0 commit comments

Comments
 (0)