rust/compiler/rustc_traits/src
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
..
codegen.rs get rid of a bit more calls to poly_select 2023-07-06 16:50:12 +00:00
dropck_outlives.rs dropck_outlives check generator witness needs_drop 2023-11-02 17:20:13 +01:00
evaluate_obligation.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
implied_outlives_bounds.rs Uplift complex type ops back into typeck so we can call them locally 2023-05-27 04:13:44 +00:00
lib.rs Remove chalk from the compiler 2023-07-03 21:40:04 +00:00
normalize_erasing_regions.rs Remove -Zperf-stats. 2023-11-13 09:45:20 +11:00
normalize_projection_ty.rs Remove -Zperf-stats. 2023-11-13 09:45:20 +11:00
type_op.rs Migrate predicates_of and caller_bounds to Clause 2023-06-26 23:12:03 +00:00