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.
2 parents 3cd17f7 + 6d95b8f commit 26af64dCopy full SHA for 26af64d
stdlib/public/core/StringGuts.swift
@@ -1311,14 +1311,6 @@ extension _SwiftStringStorage {
1311
}
1312
1313
1314
-extension String {
1315
- // FIXME: Remove. Still used by swift-corelibs-foundation
1316
- @available(*, deprecated, renamed: "_guts")
1317
- public var _core: _StringGuts {
1318
- return _guts
1319
- }
1320
-}
1321
-
1322
extension _StringGuts {
1323
// FIXME: Remove. Still used by swift-corelibs-foundation
1324
@available(*, deprecated)
0 commit comments