(&self, f: &mut std::fmt::Formatter<'_>)
| 53 | |
| 54 | impl std::fmt::Display for MonthCase { |
| 55 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 56 | write!(f, "{}, {}, {}", self.month, self.new_cases, self.recovered) |
| 57 | } |
| 58 | } |
nothing calls this directly
no outgoing calls
no test coverage detected