Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ast): add
Expression::into_inner_expression
(#8048)
Add `Expression::into_inner_expression`. Does the same as `get_inner_expression` and `get_inner_expression_mut`, but operates on an owned `Expression`.
- Loading branch information