Skip to content

Commit 53db35c

Browse files
committed
[stdlib] fix availability annotation
1 parent 5b0d039 commit 53db35c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/MutableCollection.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ extension MutableCollection {
283283
}
284284
}
285285

286-
@available(SwiftStdlib 9999, *)
287286
extension MutableCollection where SubSequence == Slice<Self> {
288287

289288
/// Accesses a contiguous subrange of the collection's elements.

0 commit comments

Comments
 (0)