Skip to content

Commit 4924298

Browse files
committed
rdar://152661270 (Revert "Temporarily make Data.bytes a disfavored overload”)
This reverts commit 22cb4df.
1 parent 276dd51 commit 4924298

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/FoundationEssentials/Data/Data.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,9 +2205,6 @@ public struct Data : Equatable, Hashable, RandomAccessCollection, MutableCollect
22052205

22062206
#if compiler(>=6.2) && $LifetimeDependence
22072207
@available(FoundationSpan 6.2, *)
2208-
#if FOUNDATION_FRAMEWORK
2209-
@_disfavoredOverload
2210-
#endif // FOUNDATION_FRAMEWORK
22112208
public var bytes: RawSpan {
22122209
@lifetime(borrow self)
22132210
borrowing get {

0 commit comments

Comments
 (0)