mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[embedded] Make Bool string-interpolatable in Embedded Swift, clarify support in docs
This commit is contained in:
@@ -296,7 +296,6 @@ extension StaticString: ExpressibleByStringLiteral {
|
||||
}
|
||||
}
|
||||
|
||||
@_unavailableInEmbedded
|
||||
extension StaticString: CustomStringConvertible {
|
||||
|
||||
/// A textual representation of the static string.
|
||||
@@ -305,7 +304,6 @@ extension StaticString: CustomStringConvertible {
|
||||
}
|
||||
}
|
||||
|
||||
@_unavailableInEmbedded
|
||||
extension StaticString: CustomDebugStringConvertible {
|
||||
|
||||
/// A textual representation of the static string, suitable for debugging.
|
||||
|
||||
Reference in New Issue
Block a user