mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
33516ac09a
`TokenTreesReader` wraps a `StringReader`, but the `into_token_trees` function obscures this. This commit moves to a more straightforward control flow.