nak: fix clippy::clone_on_copy warnings
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27234>
This commit is contained in:
@@ -140,7 +140,7 @@ pub trait BlockLiveness {
|
||||
}
|
||||
|
||||
// This is the first high point
|
||||
let vec_dst_live = live.clone();
|
||||
let vec_dst_live = live;
|
||||
|
||||
// Use a hash set because sources may occur more than once
|
||||
let mut killed = HashSet::new();
|
||||
|
Reference in New Issue
Block a user