mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-12 11:14:55 +02:00
Added note related to tests.
This commit is contained in:
parent
11d8aea96f
commit
828e724659
@ -28,7 +28,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
|
||||
|
||||
habitat
|
||||
}
|
||||
|
||||
// No test changes needed.
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
Loading…
Reference in New Issue
Block a user