Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In `AstBuilder`'s `alloc_*` methods, use `Box::new_in` instead of `.into_in`. This is more explicit, so I feel easier to understand. It may also make life easier for compiler by not requiring it to perform type coercion.
- Loading branch information