1
Fork 0

Remove useless references/dereferences

This commit is contained in:
LeSeulArtichaut 2021-03-06 22:24:04 +01:00
parent c2c4322891
commit cd049ef9ea
12 changed files with 148 additions and 168 deletions

View file

@ -643,7 +643,7 @@ where
fn_def.did.to_def_id(),
&arguments,
arg_scope,
&expr,
expr,
)
}))
}));