fix(advanced): Fix unit test unreachable_patterns warning

This commit is contained in:
xuesong 2021-10-18 14:39:55 +08:00 committed by zhangshaozhi
parent 0aa6fbe1e1
commit ef87c74a7f

View File

@ -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!"),
}
}
}