mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-08-06 22:33:08 +02:00
fix(traits1): rename test functions to snake case (#854)
Co-authored-by: zhangshaozhi <zhangshaozhi@ZhangshaozhideMacBook-Pro.local>
This commit is contained in:
@ -64,7 +64,6 @@ impl Display for ParseClimateError {
|
||||
match self {
|
||||
NoCity => write!(f, "no city name"),
|
||||
ParseFloat(e) => write!(f, "error parsing temperature: {}", e),
|
||||
_ => write!(f, "unhandled error!"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user