autofix remaining perf findings

This commit is contained in:
Matthias Krüger 2024-01-07 01:20:20 +01:00
parent 196650dfaf
commit 3fb2cd2002
7 changed files with 12 additions and 11 deletions

View file

@ -2070,8 +2070,8 @@ pub fn mir_body_for_closure_query(
prev_projs
.lookup(&store)
.iter()
.cloned()
.skip(it.0.place.projections.len()),
.skip(it.0.place.projections.len())
.cloned(),
);
p.projection = store.intern(next_projs.into());
}