mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
fix(quiz3): Force an answer to Q2 (#672)
Add also an example of unimplemented!() macro.
This commit is contained in:
parent
be9510539e
commit
0d894e6ff7
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn returns_twice_of_negative_numbers() {
|
||||
// TODO write an assert for `times_two(-4)`
|
||||
// TODO replace unimplemented!() with an assert for `times_two(-4)`
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue