mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:49:25 +00:00
Remove unnecessary range replacements This PR removes an unnecessary range replacement in `collect_tokens_trailing_token`, and does a couple of other small cleanups. r? ````@petrochenkov````