(&self, f: &mut std::fmt::Formatter<'_>)
| 31 | |
| 32 | impl std::fmt::Debug for Repo { |
| 33 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 34 | f.debug_struct("Repo").field("path", &self.path).finish() |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | impl Repo { |
nothing calls this directly
no outgoing calls
no test coverage detected