Skip to content

Commit b46adbb

Browse files
authored
Merge pull request #70726 from jmschonfeld/undeprecate-iscontiguousascii
Un-deprecate _StringGuts._isContiguousASCII
2 parents 1753906 + e59ba66 commit b46adbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/StringGuts.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ extension _StringGuts {
402402

403403
// Old SPI(corelibs-foundation)
404404
extension _StringGuts {
405-
@available(*, deprecated)
406405
public // SPI(corelibs-foundation)
407406
var _isContiguousASCII: Bool {
408407
return !isSmall && isFastUTF8 && isASCII

0 commit comments

Comments
 (0)