Skip to content

Commit a149466

Browse files
authored
Merge pull request #461 from hamishknight/remove-comment
2 parents d9869ea + 5bee0ce commit a149466

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/RegexBuilder/Algorithms.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111

1212
@_spi(RegexBuilder) import _StringProcessing
1313

14-
// FIXME(rdar://92459215): We should be using 'some RegexComponent' instead of
15-
// <R: RegexComponent> for the methods below that don't impose any additional
16-
// requirements on the type. Currently the generic parameter is needed to work
17-
// around a compiler issue.
18-
1914
extension BidirectionalCollection where SubSequence == Substring {
2015
/// Matches a regex in its entirety, where the regex is created by
2116
/// the given closure.

0 commit comments

Comments
 (0)