mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 11:02:07 +03:00
349c9eeb35
Simplify `TokenStream` some more These commits simplify `TokenStream`, remove `ThinTokenStream`, and avoid some clones. The end result is simpler code and a slight perf win on some benchmarks. r? @petrochenkov