We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf2af68 + 530cff1 commit bf96347Copy full SHA for bf96347
lib/ASTGen/Sources/ASTGen/SourceFile.swift
@@ -67,7 +67,6 @@ extension Parser.ExperimentalFeatures {
67
mapFeature(.ThenStatements, to: .thenStatements)
68
mapFeature(.DoExpressions, to: .doExpressions)
69
mapFeature(.NonescapableTypes, to: .nonescapableTypes)
70
- mapFeature(.SendingArgsAndResults, to: .sendingArgsAndResults)
71
mapFeature(.TrailingComma, to: .trailingComma)
72
}
73
0 commit comments