rust/clippy_lints
Nicholas Nethercote 359fa9822b 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
..
src Rejig some top-level rustc_hir_pretty functions. 2023-10-10 14:08:12 +11:00
Cargo.toml Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyup 2023-10-06 17:35:45 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.