Skip to content

Commit e59ba66

Browse files
committed
Un-deprecate _StringGuts._isContiguousASCII
1 parent 9ea3146 commit e59ba66

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)