Files
rust/compiler/rustc_query_system/src/query
Nilstrieb 21a870515b Fix clippy::needless_borrow in the compiler
`x clippy compiler -Aclippy::all -Wclippy::needless_borrow --fix`.

Then I had to remove a few unnecessary parens and muts that were exposed
now.
2023-11-21 20:13:40 +01:00
..
2023-09-26 02:53:59 +00:00

For more information about how the query system works, see the rustc dev guide.