From b565c4d3e74e8e110bef201a082fa1302722a7c3 Mon Sep 17 00:00:00 2001 From: Roberto Vidal Date: Thu, 14 Nov 2019 08:20:38 +0100 Subject: fix: line numbers in several exercises and hints The introduction of `I AM NOT DONE` shifted the lines of all exercises, which now need adjustment. --- exercises/move_semantics/move_semantics2.rs | 2 +- exercises/threads/threads1.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'exercises') diff --git a/exercises/move_semantics/move_semantics2.rs b/exercises/move_semantics/move_semantics2.rs index 9233bb7..bd21fbb 100644 --- a/exercises/move_semantics/move_semantics2.rs +++ b/exercises/move_semantics/move_semantics2.rs @@ -1,5 +1,5 @@ // move_semantics2.rs -// Make me compile without changing line 10! +// Make me compile without changing line 13! // Execute `rustlings hint move_semantics2` for hints :) // I AM NOT DONE diff --git a/exercises/threads/threads1.rs b/exercises/threads/threads1.rs index 288ddd1..1785e8c 100644 --- a/exercises/threads/threads1.rs +++ b/exercises/threads/threads1.rs @@ -1,6 +1,6 @@ // threads1.rs // Make this compile! Execute `rustlings hint threads1` for hints :) -// The idea is the thread spawned on line 19 is completing jobs while the main thread is +// The idea is the thread spawned on line 21 is completing jobs while the main thread is // monitoring progress until 10 jobs are completed. If you see 6 lines // of "waiting..." and the program ends without timing out when running, // you've got it :) -- cgit v1.2.3