We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20b98fe + 70a702c commit 18bffd4Copy full SHA for 18bffd4
lib/ASTGen/Sources/ASTGen/SourceFile.swift
@@ -75,7 +75,6 @@ extension Parser.ExperimentalFeatures {
75
mapFeature(.NonescapableTypes, to: .nonescapableTypes)
76
mapFeature(.TrailingComma, to: .trailingComma)
77
mapFeature(.CoroutineAccessors, to: .coroutineAccessors)
78
- mapFeature(.ValueGenerics, to: .valueGenerics)
79
mapFeature(.ABIAttribute, to: .abiAttribute)
80
mapFeature(.OldOwnershipOperatorSpellings, to: .oldOwnershipOperatorSpellings)
81
mapFeature(.KeyPathWithMethodMembers, to: .keypathWithMethodMembers)
0 commit comments