summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/if/if3.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/if/if3.rs b/exercises/if/if3.rs
index 0040023..1696274 100644
--- a/exercises/if/if3.rs
+++ b/exercises/if/if3.rs
@@ -28,6 +28,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
habitat
}
+
// No test changes needed.
#[cfg(test)]
mod tests {