diff options
| author | liv <mokou@fastmail.com> | 2023-09-04 13:54:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 13:54:20 +0200 |
| commit | c177507db39286a3a22b2c2337e66f2b68cb8318 (patch) | |
| tree | f9e8ec5a6764e39a065beb7a1a38f80a480ecd14 /exercises/if | |
| parent | a26c39633598ac35a12083ccb6422b4e4be68c2f (diff) | |
| parent | a09a0c47aec37215ed3ff5260ee77f732fc866de (diff) | |
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.
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 73a7025..1696274 100644 --- a/exercises/if/if3.rs +++ b/exercises/if/if3.rs @@ -29,6 +29,7 @@ pub fn animal_habitat(animal: &str) -> &'static str { habitat } +// No test changes needed. #[cfg(test)] mod tests { use super::*; |
