Skip to content

Commit

Permalink
Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petroc…
Browse files Browse the repository at this point in the history
…henkov

Less `TokenTree` cloning

`TokenTreeCursor` has this comment on it:
```
// FIXME: Many uses of this can be replaced with by-reference iterator to avoid clones.
```
This PR completes that FIXME. It doesn't have much perf effect, but at least we now know that.

r? `@petrochenkov`
  • Loading branch information
bors committed Jul 28, 2023
2 parents f561e70 + a7d6400 commit 57291e2
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 57291e2

Please sign in to comment.