(&self, f: &mut Formatter<'_>)
| 10 | |
| 11 | impl Display for OutOfBoundsError { |
| 12 | fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { |
| 13 | write!(f, "{:?}", self) |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | impl Error for OutOfBoundsError {} |
nothing calls this directly
no outgoing calls
no test coverage detected