Remove redundant clone()
This commit is contained in:
parent
a5c7575207
commit
09ba0dae15
|
@ -156,7 +156,7 @@ fn repair_window(
|
|||
reqs.len()
|
||||
);
|
||||
|
||||
for (to, _) in &reqs.clone() {
|
||||
for (to, _) in &reqs {
|
||||
trace!("{}: repair_window request to {}", id, to);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue