(&self, f: &mut Formatter)
| 250 | |
| 251 | impl Display for Exercise { |
| 252 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { |
| 253 | write!(f, "{}", self.path.to_str().unwrap()) |
| 254 | } |
| 255 | } |
| 256 | |
| 257 | #[inline] |
nothing calls this directly
no outgoing calls
no test coverage detected