Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(transformer): remove an
AstBuilder::copy
call (#4983)
Remove one usage of unsound `AstBuilder::copy` method, using the new `get_inner_expression_mut` method introduced in #4920.
- Loading branch information