Skip to content

Commit f469433

Browse files
committed
fix(scanner): not needed anymore because of the mem::take
1 parent 3960cb1 commit f469433

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/scanning/file_scanner.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ pub async fn scan_file(path: String) {
102102
)
103103
).prefix("File Scanner").send().await
104104
}
105-
found_batch.clear();
106105
}
107106
}
108107

0 commit comments

Comments
 (0)