Skip to content

Commit 87491c2

Browse files
committed
Remove experimental feature blocks
1 parent a8b4fa0 commit 87491c2

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CodeGeneration/Sources/SyntaxSupport/KeywordSpec.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ public enum Keyword: CaseIterable {
538538
case .module:
539539
return KeywordSpec("module")
540540
case .mutate:
541-
return KeywordSpec("mutate", experimentalFeature: .borrowAndMutateAccessors)
541+
return KeywordSpec("mutate")
542542
case .mutableAddressWithNativeOwner:
543543
return KeywordSpec("mutableAddressWithNativeOwner")
544544
case .mutableAddressWithOwner:
@@ -694,7 +694,7 @@ public enum Keyword: CaseIterable {
694694
case .yield:
695695
return KeywordSpec("yield")
696696
case .yielding:
697-
return KeywordSpec("yielding", experimentalFeature: .coroutineAccessors)
697+
return KeywordSpec("yielding")
698698
}
699699
}
700700
}

Sources/SwiftParser/generated/Parser+TokenSpecSet.swift

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/SwiftSyntax/generated/Keyword.swift

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)