rust/compiler/rustc_hir_analysis/src/astconv
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
..
bounds.rs Re-format code with new rustfmt 2023-11-15 21:45:48 -05:00
errors.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
generics.rs Deny providing explicit effect params 2023-10-26 08:24:25 +00:00
lint.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
mod.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
object_safety.rs Avoid iterating over hashmaps in astconv 2023-11-19 17:45:02 +01:00