granite-rust/compiler/rustc_hir_pretty/src
Nicholas Nethercote b6b11c72c9 Rejig some top-level rustc_hir_pretty functions.
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`).
2023-10-10 14:08:12 +11:00
..
lib.rs Rejig some top-level rustc_hir_pretty functions. 2023-10-10 14:08:12 +11:00