(&self, f: &mut fmt::Formatter)
| 8 | |
| 9 | impl fmt::Display for EmptyVec { |
| 10 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { |
| 11 | write!(f, "invalid first item to double") |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | impl error::Error for EmptyVec {} |
nothing calls this directly
no outgoing calls
no test coverage detected