Skip to content

Commit c177507

Browse files
authored
Merge pull request #1610 from jrcarl624/patch-1
Updated if3.rs: Added a note that states that the test does not need to be changed.
2 parents a26c396 + a09a0c4 commit c177507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/if/if3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
2929
habitat
3030
}
3131

32+
// No test changes needed.
3233
#[cfg(test)]
3334
mod tests {
3435
use super::*;

0 commit comments

Comments
 (0)