Skip to content

Commit 0bfef73

Browse files
author
Luca Palmieri
committed
Refactor comments.
1 parent 80d2b6d commit 0bfef73

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

jira-wip/src/koans/02_ticket_store/09_store_recap.rs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/// The core work is now complete: we have implemented the functionality
2-
/// we wanted to have in our JIRA clone.
1+
/// The core work is now complete: we have implemented the functionality we wanted to have in
2+
/// our JIRA clone.
33
///
4-
/// Nonetheless, we still can't probe our system interactively:
5-
/// there is no user interface.
4+
/// Nonetheless, we still can't probe our system interactively: there is no user interface.
65
/// That will be the focus of the next (and last) section.
76
///
87
/// Take your time to review what you did - you have come a long way!
@@ -203,8 +202,7 @@ pub mod store_recap {
203202
mod tests {
204203
#[test]
205204
fn the_next_step_of_your_journey() {
206-
// let i_am_ready_to_continue = __;
207-
let i_am_ready_to_continue = true;
205+
let i_am_ready_to_continue = __;
208206

209207
assert!(i_am_ready_to_continue);
210208
}

0 commit comments

Comments
 (0)