diff options
Diffstat (limited to 'exercises/03_if/if2.rs')
| -rw-r--r-- | exercises/03_if/if2.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/03_if/if2.rs b/exercises/03_if/if2.rs index f512f13..7b9c05f 100644 --- a/exercises/03_if/if2.rs +++ b/exercises/03_if/if2.rs @@ -5,8 +5,6 @@ // // Execute `rustlings hint if2` or use the `hint` watch subcommand for a hint. -// I AM NOT DONE - pub fn foo_if_fizz(fizzish: &str) -> &str { if fizzish == "fizz" { "foo" |
