Remove redundant clone()

This commit is contained in:
Greg Fitzgerald 2018-09-07 11:15:58 -06:00
parent a5c7575207
commit 09ba0dae15
1 changed files with 1 additions and 1 deletions

View File

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