We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a57c7 commit c0735eeCopy full SHA for c0735ee
stdlib/public/core/ArrayShared.swift
@@ -102,7 +102,7 @@ extension Collection {
102
internal func _makeCollectionDescription(
103
withTypeName type: String? = nil
104
) -> String {
105
-#if !SWIFT_STDLIB_STATIC_PRINT && !$Embedded
+#if !SWIFT_STDLIB_STATIC_PRINT
106
var result = ""
107
if let type = type {
108
result += "\(type)(["
0 commit comments