mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 18:13:29 +02:00
Remove unneeded pub
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pub fn animal_habitat(animal: &str) -> &'static str {
|
||||
fn animal_habitat(animal: &str) -> &'static str {
|
||||
let identifier = if animal == "crab" {
|
||||
1
|
||||
} else if animal == "gopher" {
|
||||
|
||||
Reference in New Issue
Block a user