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 be95105 commit 0d894e6Copy full SHA for 0d894e6
1 file changed
exercises/quiz3.rs
@@ -24,6 +24,7 @@ mod tests {
24
25
#[test]
26
fn returns_twice_of_negative_numbers() {
27
- // TODO write an assert for `times_two(-4)`
+ // TODO replace unimplemented!() with an assert for `times_two(-4)`
28
+ unimplemented!()
29
}
30
0 commit comments