summaryrefslogtreecommitdiff
path: root/exercises/20_threads/threads2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/20_threads/threads2.rs')
-rw-r--r--exercises/20_threads/threads2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/20_threads/threads2.rs b/exercises/20_threads/threads2.rs
index 60d6824..13cb840 100644
--- a/exercises/20_threads/threads2.rs
+++ b/exercises/20_threads/threads2.rs
@@ -7,8 +7,6 @@
// Execute `rustlings hint threads2` or use the `hint` watch subcommand for a
// hint.
-// I AM NOT DONE
-
use std::sync::Arc;
use std::thread;
use std::time::Duration;