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