Skip to content

Commit b247b5f

Browse files
committed
clippy
1 parent c00b285 commit b247b5f

File tree

1 file changed

+0
-3
lines changed
  • turbopack/crates/turbo-persistence/src/compaction

1 file changed

+0
-3
lines changed

turbopack/crates/turbo-persistence/src/compaction/selector.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,6 @@ mod tests {
279279
})
280280
.collect::<Vec<_>>();
281281

282-
let mut number_of_compactions = 0;
283-
284282
for _ in 0..100 {
285283
let coverage = total_coverage(&containers, (0, 10000));
286284

@@ -292,7 +290,6 @@ mod tests {
292290
let jobs = get_compaction_jobs(&containers, &config);
293291
if !jobs.is_empty() {
294292
do_compact(&mut containers, jobs);
295-
number_of_compactions += 1;
296293
}
297294
}
298295

0 commit comments

Comments
 (0)