We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55194dd commit 600a496Copy full SHA for 600a496
1 file changed
unified/extractor/src/languages/swift/swift.rs
@@ -210,8 +210,9 @@ fn translation_rules() -> Vec<yeast::Rule> {
210
=>
211
(call_expr
212
function: {callee}
213
- argument: {..args.iter().copied().map(Into::into)
214
- .chain(trailing.map(Into::into)).collect::<Vec<usize>>()})
+ argument: {..args}
+ argument: {..trailing}
215
+ )
216
),
217
// ---- Guard statement ----
218
// `guard let x = e else { ... }` — currently only handles the
0 commit comments