diff --git a/src/walk.rs b/src/walk.rs index 335e429..77ec7c9 100644 --- a/src/walk.rs +++ b/src/walk.rs @@ -375,8 +375,7 @@ fn spawn_senders( } } - let send_result = tx_thread - .send(WorkerResult::Entry(entry_path.to_owned())); + let send_result = tx_thread.send(WorkerResult::Entry(entry_path.to_owned())); if !send_result.is_ok() { return ignore::WalkState::Quit;