chore: cleanup

This commit is contained in:
iff 2025-01-04 22:30:19 +01:00
parent 81ca8d6e98
commit 5791c2fc20
6 changed files with 28 additions and 31 deletions

View file

@ -32,7 +32,6 @@ pub fn suggest_candidates(data: &mut Data) {
thread::scope(|s| {
s.spawn(|| {
let command = &data.command;
for module in modules {
let new_candidates = module_output(&data, module);