Skip to content

Commit baca47f

Browse files
Add a TODO to make things more explicit.
1 parent d442b61 commit baca47f

File tree

1 file changed

+2
-2
lines changed
  • exercises/07_threads/05_channels/tests

1 file changed

+2
-2
lines changed

exercises/07_threads/05_channels/tests/insert.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// TODO: Set `move_forward` to `true` in `ready` when you think you're done with this exercise.
2+
// Feel free to call an instructor to verify your solution!
13
use channels::data::TicketDraft;
24
use channels::{launch, Command};
35
use std::time::Duration;
@@ -24,8 +26,6 @@ fn ready() {
2426
// since our server doesn't expose any **read** actions.
2527
// We have no way to know if the inserts are actually happening and if they
2628
// are happening correctly.
27-
// Set `move_forward` to `true` when you think you're done with this exercise.
28-
// Feel free to call an instructor to verify your solution!
2929
let move_forward = false;
3030

3131
assert!(move_forward);

0 commit comments

Comments
 (0)