Skip to content

Commit eba0393

Browse files
committed
Fixup for missing AST import separation
This will go back when 182da3b is merged into the 5.7 branch.
1 parent 82fcf4a commit eba0393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_StringProcessing/Regex/Options.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public struct RegexRepetitionBehavior: Hashable {
200200

201201
var kind: Kind
202202

203-
@_spi(RegexBuilder) public var dslTreeKind: DSLTree._AST.QuantificationKind {
203+
@_spi(RegexBuilder) public var dslTreeKind: AST.Quantification.Kind {
204204
switch kind {
205205
case .eager: return .eager
206206
case .reluctant: return .reluctant

0 commit comments

Comments
 (0)