remove redundant clone
This commit is contained in:
parent
39c714b49b
commit
80ee0c08d6
@ -612,7 +612,7 @@ pub fn perform_access(
|
||||
is_foreign: rel_pos.is_foreign(),
|
||||
access_cause,
|
||||
access_range,
|
||||
transition_range: perms_range.clone(),
|
||||
transition_range: perms_range,
|
||||
span,
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user