Skip to content

Commit 791f20c

Browse files
committed
Fix clippy warning
1 parent e17e588 commit 791f20c

File tree

1 file changed

+1
-1
lines changed
  • lychee-bin/src/formatters/stats

1 file changed

+1
-1
lines changed

lychee-bin/src/formatters/stats/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ mod tests {
9191
// Add responses to stats
9292
// Responses are added to a HashMap, so the order is not preserved
9393
for source in &test_sources {
94-
for response in test_response_urls.iter() {
94+
for response in &test_response_urls {
9595
test_stats.add(make_test_response(response, source.clone()));
9696
}
9797
}

0 commit comments

Comments
 (0)