We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17e588 commit 791f20cCopy full SHA for 791f20c
lychee-bin/src/formatters/stats/mod.rs
@@ -91,7 +91,7 @@ mod tests {
91
// Add responses to stats
92
// Responses are added to a HashMap, so the order is not preserved
93
for source in &test_sources {
94
- for response in test_response_urls.iter() {
+ for response in &test_response_urls {
95
test_stats.add(make_test_response(response, source.clone()));
96
}
97
0 commit comments