[embedded] Make Bool string-interpolatable in Embedded Swift, clarify support in docs

This commit is contained in:
Kuba Mracek
2024-10-25 22:05:58 -07:00
parent 159a78aa77
commit 68e01f2249
5 changed files with 28 additions and 8 deletions

View File

@@ -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.