Auto merge of #3253 - matthiaskrgr:noclone, r=RalfJung
remove redundant clone
This commit is contained in:
commit
d334a4bccf
1 changed files with 1 additions and 1 deletions
|
|
@ -612,7 +612,7 @@ impl<'tcx> Tree {
|
|||
is_foreign: rel_pos.is_foreign(),
|
||||
access_cause,
|
||||
access_range,
|
||||
transition_range: perms_range.clone(),
|
||||
transition_range: perms_range,
|
||||
span,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue