Skip to content

Commit 55b7230

Browse files
committed
Update SwiftSyntax use of CountableRange
1 parent 3901b93 commit 55b7230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SwiftSyntax/Syntax.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public protocol Syntax:
2121
internal protocol _SyntaxBase: Syntax {
2222
/// The type of sequence containing the indices of present children.
2323
typealias PresentChildIndicesSequence =
24-
LazyFilterSequence<CountableRange<Int>>
24+
LazyFilterSequence<Range<Int>>
2525

2626
/// The root of the tree this node is currently in.
2727
var _root: SyntaxData { get } // Must be of type SyntaxData

0 commit comments

Comments
 (0)