diff --git a/src/walk.rs b/src/walk.rs index 1577fa0..0148a8b 100644 --- a/src/walk.rs +++ b/src/walk.rs @@ -367,9 +367,6 @@ fn spawn_receiver( handles.push(handle); } - // TODO: once our MSRV supports scoped threads, it would probablly make sense to - // use that here - // Wait for all threads to exit before exiting the program. let exit_codes = handles .into_iter() .map(|handle| handle.join().unwrap())