Skip to content

Commit 8a8245e

Browse files
authored
[stdlib] Making Streamable typealias unavailable again (#4406)
1 parent 33f04dc commit 8a8245e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/OutputStream.swift

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

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

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

0 commit comments

Comments
 (0)