We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d3d38 commit e1149faCopy full SHA for e1149fa
jira-wip/src/koans/01_ticket/08_recap.rs
@@ -55,8 +55,7 @@ mod recap {
55
mod tests {
56
#[test]
57
fn the_next_step_of_your_journey() {
58
- // let i_am_ready_to_continue = __;
59
- let i_am_ready_to_continue = true;
+ let i_am_ready_to_continue = __;
60
61
assert!(i_am_ready_to_continue);
62
}
0 commit comments