Skip to content

Commit 5a66f5a

Browse files
GearsDatapackslpil
authored andcommitted
Clippy
1 parent 1e147d1 commit 5a66f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-core/src/javascript/expression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ impl<'module, 'a> Generator<'module, 'a> {
225225
} else {
226226
let mut statements = std::mem::take(&mut self.statement_level);
227227
statements.push(expression);
228-
join(statements.into_iter(), line())
228+
join(statements, line())
229229
}
230230
}
231231

0 commit comments

Comments
 (0)