mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-08 21:31:32 +00:00

Instead of replacing `TokenTreesReader::token` in two steps, we can just do it in one, which is both simpler and faster.
Instead of replacing `TokenTreesReader::token` in two steps, we can just do it in one, which is both simpler and faster.