diff options
| author | liv <shadows_withal@fastmail.com> | 2023-09-04 13:53:54 +0200 |
|---|---|---|
| committer | liv <shadows_withal@fastmail.com> | 2023-09-04 13:53:54 +0200 |
| commit | a09a0c47aec37215ed3ff5260ee77f732fc866de (patch) | |
| tree | e82c396cc1abc14d21306f4fb8892bc6c7b0fc62 /exercises/if | |
| parent | 828e7246598d2d55ea4b379194120367163e397e (diff) | |
fix: add extra line in if3 comment
Diffstat (limited to 'exercises/if')
| -rw-r--r-- | exercises/if/if3.rs | 1 |
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 { |
