[Standard library] Remove incorrect FIXME.

This commit is contained in:
Doug Gregor
2018-05-17 22:34:42 -07:00
parent 6fc63bc93f
commit 03aa3f189e

View File

@@ -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
{