diff options
| author | mokou <mokou@fastmail.com> | 2022-07-15 11:59:53 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-15 11:59:53 +0200 |
| commit | f99eafc56f49852d4b801b5c4cfedf47ef4968ae (patch) | |
| tree | 2316e5593ed51d2f65287e96e72f0c5eed5bd46c /exercises/threads/threads2.rs | |
| parent | b4f52cb937e9f2b90913402964ae014240705a5f (diff) | |
fix(threads): add hint comments
Diffstat (limited to 'exercises/threads/threads2.rs')
| -rw-r--r-- | exercises/threads/threads2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/threads/threads2.rs b/exercises/threads/threads2.rs index 2cb0d04..d0f8578 100644 --- a/exercises/threads/threads2.rs +++ b/exercises/threads/threads2.rs @@ -1,5 +1,5 @@ // threads2.rs -// Make this compile! Execute `rustlings hint threads2` for hints :) +// Execute `rustlings hint threads2` or use the `hint` watch subcommand for a hint. // Building on the last exercise, we want all of the threads to complete their work but this time // the spawned threads need to be in charge of updating a shared value: JobStatus.jobs_completed |
