mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
Auto merge of #3253 - matthiaskrgr:noclone, r=RalfJung
remove redundant clone
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user