mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Standard library] Remove incorrect FIXME.
This commit is contained in:
@@ -186,7 +186,6 @@ where Bound: Strideable, Bound.Stride : SignedInteger {
|
||||
public typealias Iterator = IndexingIterator<Range<Bound>>
|
||||
}
|
||||
|
||||
// FIXME: should just be RandomAccessCollection
|
||||
extension Range: Collection, BidirectionalCollection, RandomAccessCollection
|
||||
where Bound : Strideable, Bound.Stride : SignedInteger
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user