(&self, fmt: &mut Formatter)
| 77 | } |
| 78 | |
| 79 | impl Display for AbsolutePath { |
| 80 | fn fmt(&self, fmt: &mut Formatter) -> std::fmt::Result { |
| 81 | write!(fmt, "{}", self.inner().display()) |
| 82 | } |
| 83 | } |
| 84 |
nothing calls this directly
no outgoing calls
no test coverage detected