mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:27:17 +00:00
In particular, avoid wrapping a token within `TokenTree::Token` and then immediately matching it and returning the token within. Just return the token immediately.