Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ast):
AstBuilder::move_identifier_reference
do not allocat…
…e empty string (#4977) #4920 introduced `AstBuilder::move_identifier_reference`. Make this slightly cheaper by using a static empty `Atom` rather than relying on `"".into_in(allocator)` which allocates an empty string into arena.
- Loading branch information