remove redundant clone
This commit is contained in:
parent
39c714b49b
commit
80ee0c08d6
@ -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…
x
Reference in New Issue
Block a user