1
0
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:
Joshua Carlson 2023-08-01 13:33:32 -04:00 committed by GitHub
parent 11d8aea96f
commit 828e724659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ pub fn animal_habitat(animal: &str) -> &'static str {
habitat
}
// No test changes needed.
#[cfg(test)]
mod tests {
use super::*;