mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

There are several that are unused and can be removed. And there are some calls to `to_string`, which can be expressed more nicely as a `foo_to_string` call, and then `to_string` need not be `pub`. (This requires adding `pat_to_string`).