remove redundant clone

This commit is contained in:
Matthias Krüger 2024-01-05 21:19:45 +01:00
parent 39c714b49b
commit 80ee0c08d6

View File

@ -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,
});
}