mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-09 04:09:20 +00:00
Fix referenced line number
This commit is contained in:
parent
791120c0c1
commit
1cd661997c
@ -1,6 +1,6 @@
|
|||||||
// threads1.rs
|
// threads1.rs
|
||||||
// Make this compile! Execute `rustlings hint threads1` for hints :)
|
// Make this compile! Execute `rustlings hint threads1` for hints :)
|
||||||
// The idea is the threads spawned on line 22 are completing jobs while the main thread is
|
// The idea is the threads spawned on line 20 are completing jobs while the main thread is
|
||||||
// monitoring progress until 10 jobs are completed.
|
// monitoring progress until 10 jobs are completed.
|
||||||
|
|
||||||
// I AM NOT DONE
|
// I AM NOT DONE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user