We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c9dda commit 33b620fCopy full SHA for 33b620f
.github/workflows/bench-test.yaml
@@ -64,7 +64,7 @@ jobs:
64
for_loop_count_in_file=$(grep -oE 'for\s+(\([^)]+\)|\w+)\s+in\s+[^{]+' "$file" | wc -l)
65
echo "Count in file: $for_loop_count_in_file"
66
((for_loop_count += for_loop_count_in_file))
67
- done < <(find . -type f -name '*.rs')
+ done
68
echo "for loop occurrences: $for_loop_count"
69
70
- name: count iterator methods
0 commit comments